From d7d6dce3ee8aa3e4d22eeece7e26e02ad49c74a7 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Fri, 4 Jul 2025 14:18:27 +0200 Subject: [PATCH] dark cursor --- modules/hm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 35f3c53..dd362ee 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -6,7 +6,7 @@ in { enable = true; settings = { exec-once = [ - "hyprctl setcursor capitaine-cursors-white 32" # Set mouse cursor + "hyprctl setcursor capitaine-cursors 32" # Set mouse cursor "wl-paste --type text --watch cliphist store" # Stores only text data "wl-paste --type image --watch cliphist store" # Stores only image data ];