fix(theming): make cursor size 24
This commit is contained in:
parent
dbf139d12b
commit
3f171600ae
|
@ -190,8 +190,8 @@ in
|
|||
exec-once = start_apps
|
||||
|
||||
# Set cursor size.
|
||||
env = HYPRCURSOR_SIZE, 36
|
||||
env = XCURSOR_SIZE, 36
|
||||
exec-once = hyprctl setcursor 24
|
||||
env = XCURSOR_SIZE, 24
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
|
|
@ -54,6 +54,8 @@
|
|||
package = pkgs.catppuccin-cursors.frappeLavender;
|
||||
name = "catppuccin-frappe-lavender-cursors";
|
||||
|
||||
size = 24;
|
||||
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue