A buttery smooth, highly animated Dock for GNOME Shell. Features: • Omni-Directional Placement • True Magnification • Magic Lamp (Genie) Effect • Chameleon Theme Engine • Full-Width & Alignment Options • Customizable Running Indicators • Notification Badges • Quick Launch (Super + 1-9, keyboard shortcuts) • Mounted Volumes • Smart First-Run Setup • Workspace Isolation • Quick System Modules • Custom Folders • Integrated Clock • Click Animations • Glassmorphism Context Menus • Anti-Collision System
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 11 | Active |
| 10 | Inactive |
| 9 | Rejected |
| 8 | Rejected |
| 7 | Rejected |
| 6 | Rejected |
| 5 | Rejected |
| 4 | Inactive |
| 3 | Inactive |
| 2 | Rejected |
| 1 | Rejected |
1. You cannot create instance of objects in global scope (line `src/ui/effects/WindowEffects.js`): - [EGO Review Guidelines: Initialization](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-initialization-for-static-resources) - [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 2. These files still using `timeout_add` and need to switch to `TimeoutTracker`: - `src/ui/magnifier/Magnifier.js` - `src/ui/magnifier/MagnifierDragLoop.js` - `src/ui/magnifier/MagnifierTooltipRenderer.js`