From b4d30ada4a550257da6968c3fe7bcb5197e7d106 Mon Sep 17 00:00:00 2001 From: Odweta Date: Sun, 11 Jan 2026 22:52:13 +0100 Subject: [PATCH] ux/ui --- theme.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.nix b/theme.nix index 904c65d..abf6560 100644 --- a/theme.nix +++ b/theme.nix @@ -4,9 +4,9 @@ # Enable Theme environment.sessionVariables = { GTK_THEME = "catppuccin-macchiato-teal-standard"; - XCURSOR_THEME = "Catppuccin-Macchiato-Teal"; + XCURSOR_THEME = "catppuccin-macchiato-teal-cursors"; XCURSOR_SIZE = "24"; - HYPRCURSOR_THEME = "Catppuccin-Macchiato-Teal"; + HYPRCURSOR_THEME = "catppuccin-macchiato-teal-cursors"; HYPRCURSOR_SIZE = "24"; }; qt.enable = true;