From dca8c4db7c77300cbeb4502ef14aa13bb7af9cd0 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Wed, 6 Dec 2023 18:24:08 +0100 Subject: [PATCH] change cursor --- modules/home/gtk/default.nix | 4 ++-- modules/home/hyprland/config.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/gtk/default.nix b/modules/home/gtk/default.nix index f0a9065..45d7980 100755 --- a/modules/home/gtk/default.nix +++ b/modules/home/gtk/default.nix @@ -30,13 +30,13 @@ cursorTheme = { name = "Nordzy-cursors"; package = pkgs.nordzy-cursor-theme; - size = 32; + size = 20; }; }; home.pointerCursor = { name = "Nordzy-cursors"; package = pkgs.nordzy-cursor-theme; - size = 32; + size = 20; }; } diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 234c996..92891d0 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 Nordzy-cursors 32 & + exec-once = hyprctl setcursor Nordzy-cursors 20 & exec-once = waybar & exec-once = mako &