From 872de82108cc4e6198fea15cfa1606f3fd87bfd0 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 6 Jun 2024 13:09:36 +0200 Subject: [PATCH] theme: Fix cursus theme after name change --- modules/graphical/theme/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/graphical/theme/default.nix b/modules/graphical/theme/default.nix index 0474fa10..03932cd1 100644 --- a/modules/graphical/theme/default.nix +++ b/modules/graphical/theme/default.nix @@ -46,7 +46,7 @@ [Icon Theme] Name=Default Comment=Default Cursor Theme - Inherits=Catppuccin-Latte-Light-Cursors + Inherits=catppuccin-latte-light-cursors ''; }; dconf.settings."org/gnome/desktop/wm/preferences".button-layout = ""; @@ -58,12 +58,12 @@ size = 10; }; gtk2.extraConfig = '' - gtk-cursor-theme-name = "Catppuccin-Latte-Light-Cursors" + gtk-cursor-theme-name = "catppuccin-latte-light-cursors" gtk-cursor-theme-size = 24 ''; gtk3 = { extraConfig = { - gtk-cursor-theme-name = "Catppuccin-Latte-Light-Cursors"; + gtk-cursor-theme-name = "catppuccin-latte-light-cursors"; gtk-cursor-theme-size = 24; }; extraCss = '' @@ -87,7 +87,7 @@ }; gtk4 = { extraConfig = { - gtk-cursor-theme-name = "Catppuccin-Latte-Light-Cursors"; + gtk-cursor-theme-name = "catppuccin-latte-light-cursors"; gtk-cursor-theme-size = 24; }; extraCss = ''