libadwaita-theme-changer
libadwaita-theme-changer copied to clipboard
Theme changer for Libadwaita
I don't know much about programming. The code may be a bit strange However, after modifying this code a little for the system theme, there is no error. I hope...
Please add /usr/share/themes
Would be great if the tool could also offer up themes from the `/usr/share/themes` folder.
when i run the script and select a them i get this output Removing previous theme... rm: cannot remove '/home/harshitsharma/.config/gtk-4.0/gtk.css': Permission denied rm: cannot remove '/home/harshitsharma/.config/gtk-4.0/gtk-dark.css': Permission denied rm: cannot...
This PR cleans up the script with functions, and changes the shebang line to explicitly use Python 3.10.
Example of themes having space in name [Marwaita Manjaro](https://www.gnome-look.org/s/Gnome/p/1351213) `libadwaita-tc.py` interprets the theme directory `~/.themes/Marwaita Color Dark Manjaro` as 4 different themes ``` ...etc... 18. Marwaita 19. Color 20. Dark...
Hello. When trying to run the script ``` /.themes> ./libadwaita-tc.py File "./libadwaita-tc.py", line 33 match chk: ^ SyntaxError: invalid syntax ``` Installed Python: 2.7 OpenSUSE Tumbleweed Let me know if...
i double-checked that manually and it seems to work, however the problem still remains that the theme could be applied only after application restart (unlike gtk2, 3 and bare gtk4...