Automatically adapts the Top Panel color based on the current wallpaper or lets you choose one manually. It also lets you adjust the panel opacity and manage the Dash color and the desktop's primary background color.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-004 warning
main loop sources should be removed in disable()
Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.
extension.js:111
GLib.idle_add(GLib.PRIORITY_DEFAULT, () => {
if (this._settings.get_boolean("auto-panel-color"))
this._applyColor();
if (this._settings.get_boolean("auto-dash-color"))
this._applyDashColor();
if (this._settings.get_boolean("auto-backgro
extension.js:130
GLib.idle_add(GLib.PRIORITY_DEFAULT, () => {
if (this._settings.get_boolean("auto-panel-color"))
this._applyColor();
if (this._settings.get_boolean("auto-dash-color"))
this._applyDashColor();
if (this._settings.get_boolean("auto-backgro
extension.js:80
GLib.idle_add(GLib.PRIORITY_DEFAULT, () => {
this._applyColor();
return GLib.SOURCE_REMOVE;
})
| Version | Status |
|---|---|
| 12 | Unreviewed |
| 11 | Rejected |
| 10 | Active |
| 9 | Active |
| 8 | Active |
| 7 | Active |
| 6 | Rejected |
| 5 | Rejected |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |