From 05c56903630e17d056d343946e0d7653043a8e6f Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Wed, 6 Dec 2023 18:18:23 +0100 Subject: [PATCH] change cursor --- modules/home/gtk/default.nix | 10 ++++++---- modules/home/hyprland/config.nix | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/modules/home/gtk/default.nix b/modules/home/gtk/default.nix index 995acb2..f0a9065 100755 --- a/modules/home/gtk/default.nix +++ b/modules/home/gtk/default.nix @@ -28,13 +28,15 @@ }; }; cursorTheme = { - name = "Catppuccin-Frappe-Dark"; + name = "Nordzy-cursors"; + package = pkgs.nordzy-cursor-theme; + size = 32; }; }; home.pointerCursor = { - package = pkgs.catppuccin-cursors; - name = "Catppuccin-Frappe-Red"; - size = 15; + name = "Nordzy-cursors"; + package = pkgs.nordzy-cursor-theme; + size = 32; }; } diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 34b9c31..234c996 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -18,7 +18,7 @@ in exec-once = nm-applet & exec-once = swaybg -m fill -i $(find ~/Pictures/wallpapers/ -maxdepth 1 -type f) & exec-once = sleep 1 && swaylock - exec-once = hyprctl setcursor Catppuccin-Frappe-Dark 15 & + exec-once = hyprctl setcursor Nordzy-cursors 32 & exec-once = waybar & exec-once = mako &