Fork of: https://github.com/zhanghai/gnome-shell-extension-transparent-top-bar Bring back the transparent top bar in GNOME Shell with adjustable transparency. Does not work well with custom shell themes.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
21 | Active |
20 | Active |
19 | Active |
18 | Rejected |
17 | Active |
16 | Active |
15 | Active |
14 | Active |
13 | Active |
12 | Active |
11 | Active |
10 | Active |
9 | Active |
8 | Rejected |
7 | Rejected |
6 | Rejected |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Active |
1. `stylesheet.css.map` is a necessary file for the package? Where do you use it? https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files 2. Use ExtensionUtils.getSettings() instead of creating your own custom function: https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/misc/extensionUtils.js 3. do this on disable: ```js this._settings = null; ``` If you need any help with your extension you can ask us on: GNOME Matrix channel: https://matrix.to/#/#extensions:gnome.org IRC Bridge: irc://irc.gimpnet.org/shell-extensions
Addressed comments in new upload