Turns GNOME Shell's native panel into a clean, configurable taskbar with pinned and running apps, live window previews, and optional window switching. Place the panel at the top or bottom, customize its size, spacing, transparency and theme, arrange Shell items, or switch to a native-style panel while keeping the experience lightweight.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
windowsStartMenu.js:1829
St.Clipboard.get_default()
EGO-L-002 warning
objects created by extension should be destroyed in disable()
Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.
multiMonitorController.js:392
this._menuManager = new PopupMenu.PopupMenuManager(this.actor)
| Version | Status |
|---|---|
| 1 | Unreviewed |