Compare commits

...

2 Commits

Author SHA1 Message Date
5a52f96ad8 Disable setting icon theme 2023-05-01 15:28:19 +02:00
4d1fcd9099 Move gtk theme settings 2023-05-01 15:17:33 +02:00
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
gtk-theme-name="Sweet-Dark"
gtk-icon-theme-name="Sweet-Rainbow"
#gtk-icon-theme-name="Sweet-Rainbow"
gtk-font-name="Fira Sans 12"
gtk-cursor-theme-name="capitaine-cursors-light"
gtk-cursor-theme-size=0

View File

@ -1,6 +1,6 @@
[Settings]
gtk-theme-name=Sweet-Dark
gtk-icon-theme-name=Sweet-Rainbow
#gtk-icon-theme-name=Sweet-Rainbow
gtk-font-name=Fira Sans 12
gtk-cursor-theme-name=capitaine-cursors-light
gtk-cursor-theme-size=0

View File

@ -45,8 +45,8 @@ in
etc = {
# gtk theme configuration
# src: https://unix.stackexchange.com/questions/632879/how-to-set-a-system-wide-gtk-theme-in-nixos
"gtk-2.0".source = ./config/xdg/gtk-2.0/.gtkrc-2.0;
"gtk-3.0".source = ./config/xdg/gtk-3.0/settings.ini;
"gtk-2.0".source = ./config/gtk-2.0/.gtkrc-2.0;
"gtk-3.0".source = ./config/gtk-3.0/settings.ini;
};
};