Review of "Transparent Top Bar (Adjustable transparency)" version 7

Details Page Preview

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.

Extension Homepage
https://github.com/lamarios/gnome-shell-extension-transparent-top-bar

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
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

Previous Reviews on this Version

JustPerfection waiting for author
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
Gonzague posted a review
Addressed comments in new upload
JustPerfection rejected
Rejecting this one since the next version is the fix for this version.