Adapt the system's colors like a chameleon Change your GNOME Shell, Adwaita, adw-gtk3, and app/folder icons accent colors dynamically based on your wallpaper.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 33 | Rejected |
| 32 | Active |
| 31 | Rejected |
| 30 | Active |
| 29 | Active |
| 28 | Active |
| 27 | Active |
| 26 | Active |
| 25 | Active |
| 24 | Inactive |
| 23 | Rejected |
| 22 | Rejected |
| 21 | Rejected |
| 20 | Active |
| 19 | Rejected |
| 18 | Rejected |
| 17 | Rejected |
| 16 | Rejected |
| 15 | Rejected |
| 14 | Rejected |
| 13 | Active |
| 12 | Active |
| 11 | Active |
| 10 | Active |
| 9 | Active |
| 8 | Active |
| 7 | Active |
| 6 | Rejected |
| 5 | Active |
| 4 | Active |
| 3 | Active |
| 2 | Active |
| 1 | Rejected |
You already have getttext in the entry point, what's the reason for not using that? Also you can see how to import the gettext to prefs process: https://gjs.guide/extensions/upgrading/gnome-shell-45.html#preferences
Lines 556-582 are used to display it as a separate application in the grid. This was the only solution I found to make this possible without it looking like I'm just opening a shortcut to GNOME Extensions. If it doesn't run as an app, it has a slightly different and more limited workflow, since the extension settings can only be opened one at a time.
I also tried applying it in a separate file, but .js files cannot be sent if they are not imported somewhere.
Why not this? ```bash gnome-extensions prefs user-accent-colors@fabito02 ```
In this case, I was looking for something slightly similar to what we have with GSConnect. It behaves like an application when opened through its .desktop file. I used the method you mentioned in previous versions, it was the first method I found in my research, but it still behaves like an extension when opened. Specifically, it can't be used in parallel with other extension windows due to the limitation of one window at a time, somewhat negating the point of using a shortcut and breaking the initialization if you have the settings of another extension open and forgot to close them beforehand.