Here's a quick release fixing some bugs affecting the GTK 4 themers out there. The main issue was that some users used custom GTK 4 themes which overrode the swaync CSS which made the background solid. Changing the default value of the config option cssPriority to "user" fixes this on configs which haven't overridden the value, but might still be an issue for others.
There were also a few issues opened regarding high CPU usage, which ultimately came down to scripts that were broken, and GTK 4 for some reason selecting the NVIDIA Prime GPU instead of the main iGPU. If this happens, make sure that your correct GPU is being used by reading the logs. 😃
What's Changed
- Fixed the missing "," mistake on line 367 by @AlieeLinux in #583
- Add
ignore-gtk-theme
config option by @ErikReider in #587 - Fixed notification group app label not being ellipsized when long by @ErikReider in #588
- Fixed single notification close button not being clickable by @ErikReider in #590
New Contributors
- @AlieeLinux made their first contribution in #583
Full Changelog: v0.12.0...v0.12.1