theme: Fix cursus theme after name change
This commit is contained in:
parent
48d2290a9b
commit
872de82108
1 changed files with 4 additions and 4 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue