Minimize shelf in the top panel, with minimized windows of the current workspace. No settings but you can easily play around with CSS file. This extension is light and should not interfere with GNOME Shell behaviour+logic.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
13 | Active |
12 | Rejected |
11 | Rejected |
10 | Active |
9 | Rejected |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Active |
1. You cannot connect signals in init: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization 2. Move line 16 (extension.js) to enable. Global scope is the same as init. 3. Also do this on disable: windowlist = null;