From 564e2914be3d3a649d1ac56e1e322b319e2c1ecd Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 11 Jul 2024 22:26:06 -0700 Subject: [PATCH] feat: increase cursor size --- home.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home.nix b/home.nix index 031231d..ed1d260 100755 --- a/home.nix +++ b/home.nix @@ -143,8 +143,8 @@ "$Up" = "I"; "$Down" = "U"; env = [ - "HYPRCURSOR_THEME,Bibata-Modern-Ice" "HYPRCURSOR_SIZE,20" - "XCURSOR_THEME,Bibata-Modern-Ice" "XCURSOR_SIZE,20" + "HYPRCURSOR_THEME,Bibata-Modern-Ice" "HYPRCURSOR_SIZE,26" + "XCURSOR_THEME,Bibata-Modern-Ice" "XCURSOR_SIZE,26" ]; bind = [ @@ -366,7 +366,7 @@ catppuccin.enable = true; cursorTheme = { name = "Bibata-Modern-Ice"; - size = 20; + size = 26; }; iconTheme = { name = "Papirus-Dark";