NOT MAINTAINED ANYMORE Top dock for GNOME 40+. Hover top panel and GNOME Shell dash appears without overview. Scroll on dock or panel changes workspace. Preferences UI. Does use native GNOME Shell Dash. Very light extension. Please report bugs through GitHub.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Hi JP, That's the extension rewrite, accordingly to Dash from Dock's.
Hi, LGTM but please remove the signal on disable (line 236 extension.js). We don't want artifact after disable or extension removal.
This one is emitted only once. Florian did not find this odd, in No Overview extension?
The reason is that we don't want artifact after disable. It may not get triggered but the signal is still there even after uninstall until the next restart. It would be nice to fix that on `No Overview` extension too. Thanks.