Automatically change theme styles when dark mode is enabled or disabled.
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:147
this._changeIconsTimeoutId = GLib.timeout_add(GLib.PRIORITY_DEFAULT, 1000, () => {
this._changeCursorTheme(isDm ? this._themes.cursorDark : this._themes.cursorLight);
this._changeIconTheme(isDm ? this._themes.iconDark : this._themes.iconLight);
this.optimizeTransition.inProgres
extension.js:132
this._shellThemeTimeoutId = GLib.timeout_add(GLib.PRIORITY_DEFAULT, 400, () => {
this._changeShellTheme(isDm ? this._themes.shellDark : this._themes.shellLight);
this._shellThemeTimeoutId = 0;
return GLib.SOURCE_REMOVE;
})
extension.js:140
this._transitionTimeoutId = GLib.timeout_add(GLib.PRIORITY_DEFAULT, 500, () => {
if (this._themes.optimizeDarkLight) this.optimizeTransition.darkModeTransition?.run();
this._transitionTimeoutId = 0;
return GLib.SOURCE_REMOVE;
})
| Version | Status |
|---|---|
| 1.0.0 (13) | Unreviewed |
| 1.0.0 (12) | Rejected |
| 1.0.0 (11) | Rejected |
| 1.0.0 (10) | Rejected |
| 1.0.5 (9) | Rejected |
| 1.0.5 (8) | Rejected |
| 1.0.4 (7) | Rejected |
| 1.0.3 (6) | Rejected |
| 1.0.2 (5) | Rejected |
| 1.0.1 (4) | Rejected |
| 1.0.0 (3) | Rejected |
| 1.0.0 (2) | Rejected |
| 1.0.0 (1) | Rejected |