feat: increase cursor size

This commit is contained in:
Youwen Wu 2024-07-11 22:26:06 -07:00
parent a8f1a51943
commit 564e2914be
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -143,8 +143,8 @@
"$Up" = "I"; "$Up" = "I";
"$Down" = "U"; "$Down" = "U";
env = [ env = [
"HYPRCURSOR_THEME,Bibata-Modern-Ice" "HYPRCURSOR_SIZE,20" "HYPRCURSOR_THEME,Bibata-Modern-Ice" "HYPRCURSOR_SIZE,26"
"XCURSOR_THEME,Bibata-Modern-Ice" "XCURSOR_SIZE,20" "XCURSOR_THEME,Bibata-Modern-Ice" "XCURSOR_SIZE,26"
]; ];
bind = bind =
[ [
@ -366,7 +366,7 @@
catppuccin.enable = true; catppuccin.enable = true;
cursorTheme = { cursorTheme = {
name = "Bibata-Modern-Ice"; name = "Bibata-Modern-Ice";
size = 20; size = 26;
}; };
iconTheme = { iconTheme = {
name = "Papirus-Dark"; name = "Papirus-Dark";