Automatically set GNOME's accent colour based on the wallpaper.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 20 | Active |
| 19 | Active |
| 18 | Active |
| 17 | Active |
| 16 | Active |
| 15 | Rejected |
| 14 | Active |
| 13 | Active |
| 12 | Active |
| 11 | Active |
| 10 | Active |
| 9 | Active |
| 8 | Active |
| 7 | Active |
| 6 | Active |
| 5 | Rejected |
| 4 | Active |
| 3 | Active |
| 2 | Active |
| 1 | Rejected |
Please use one of these instead of spawn command (line 242 `extension.js`): - `GLib.get_os_info('NAME')` - `GLib.get_host_name()`
btw, if you are looking for Ubuntu session you can use: ```js if (Main.sessionMode.currentMode === 'ubuntu') { console.log('Running Ubuntu Session'); } ```
Ah okay, thank you for the tip. Your way is much nicer as well, because it means I only need to run the 'Ubuntu checker' at the start of enable(), rather than every time applyClosestAccent() is called, as it no longer needs to be in an asynchronous function like it does when using Gio.Subprocess. I'll submit a new version with the fix shortly.