theme: Fix cursus theme after name change

This commit is contained in:
Charlotte Van Petegem 2024-06-06 13:09:36 +02:00
parent 48d2290a9b
commit 872de82108
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -46,7 +46,7 @@
[Icon Theme] [Icon Theme]
Name=Default Name=Default
Comment=Default Cursor Theme Comment=Default Cursor Theme
Inherits=Catppuccin-Latte-Light-Cursors Inherits=catppuccin-latte-light-cursors
''; '';
}; };
dconf.settings."org/gnome/desktop/wm/preferences".button-layout = ""; dconf.settings."org/gnome/desktop/wm/preferences".button-layout = "";
@ -58,12 +58,12 @@
size = 10; size = 10;
}; };
gtk2.extraConfig = '' gtk2.extraConfig = ''
gtk-cursor-theme-name = "Catppuccin-Latte-Light-Cursors" gtk-cursor-theme-name = "catppuccin-latte-light-cursors"
gtk-cursor-theme-size = 24 gtk-cursor-theme-size = 24
''; '';
gtk3 = { gtk3 = {
extraConfig = { extraConfig = {
gtk-cursor-theme-name = "Catppuccin-Latte-Light-Cursors"; gtk-cursor-theme-name = "catppuccin-latte-light-cursors";
gtk-cursor-theme-size = 24; gtk-cursor-theme-size = 24;
}; };
extraCss = '' extraCss = ''
@ -87,7 +87,7 @@
}; };
gtk4 = { gtk4 = {
extraConfig = { extraConfig = {
gtk-cursor-theme-name = "Catppuccin-Latte-Light-Cursors"; gtk-cursor-theme-name = "catppuccin-latte-light-cursors";
gtk-cursor-theme-size = 24; gtk-cursor-theme-size = 24;
}; };
extraCss = '' extraCss = ''