From 3f171600ae4bc1ea41ed03eb0408bf8631119d7f Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Mon, 4 Nov 2024 01:03:57 -0300 Subject: [PATCH] fix(theming): make cursor size 24 --- modules/home-manager/programs/hyprland/default.nix | 4 ++-- modules/home-manager/theming.nix | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/programs/hyprland/default.nix b/modules/home-manager/programs/hyprland/default.nix index a409aa8..d608706 100644 --- a/modules/home-manager/programs/hyprland/default.nix +++ b/modules/home-manager/programs/hyprland/default.nix @@ -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 diff --git a/modules/home-manager/theming.nix b/modules/home-manager/theming.nix index 54e98cd..6c37700 100644 --- a/modules/home-manager/theming.nix +++ b/modules/home-manager/theming.nix @@ -54,6 +54,8 @@ package = pkgs.catppuccin-cursors.frappeLavender; name = "catppuccin-frappe-lavender-cursors"; + size = 24; + gtk.enable = true; x11.enable = true; };