wildfire: 268 current 2025-06-20 19:40:32 25.05.20250617.36ab78d 6.15.2 *

Cursor theme. wildfire: 280 current  2025-06-20 22:20:02  25.05.20250617.36ab78d  6.15.2                          *
This commit is contained in:
2025-06-20 19:40:38 +02:00
parent 7dcd8a60f0
commit 46bf2e8e99
3 changed files with 12 additions and 0 deletions

View File

@ -31,6 +31,7 @@
./home/hyprland.nix # Hyprland window manager user config
./home/hyprlock.nix # Hyprlock screen lock user config
./home/hypridle.nix # Hypridle idle daemon user config
./home/cursor.nix # Mouse cursor config
./home/rofi.nix # Rofi theme/config
./home/ghostty.nix # Ghostty config
./home/gtk.nix # GTK theme

10
modules/home/cursor.nix Normal file
View File

@ -0,0 +1,10 @@
{pkgs, ...}: {
home.pointerCursor = {
enable = true;
size = 28;
#name = "capitaine-cursors-themed";
#package = pkgs.capitaine-cursors-themed;
name = "capitaine-cursors";
package = pkgs.capitaine-cursors;
};
}

View File

@ -8,6 +8,7 @@ in {
exec-once = [
"hyprpaper"
"hypridle"
"hyprctl setcursor capitaine-cursors-white 28" # 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
];