change cursor

This commit is contained in:
Frost-Phoenix 2023-12-06 18:27:31 +01:00
parent dca8c4db7c
commit 21a65c4bca
2 changed files with 3 additions and 3 deletions

View file

@ -30,13 +30,13 @@
cursorTheme = { cursorTheme = {
name = "Nordzy-cursors"; name = "Nordzy-cursors";
package = pkgs.nordzy-cursor-theme; package = pkgs.nordzy-cursor-theme;
size = 20; size = 22;
}; };
}; };
home.pointerCursor = { home.pointerCursor = {
name = "Nordzy-cursors"; name = "Nordzy-cursors";
package = pkgs.nordzy-cursor-theme; package = pkgs.nordzy-cursor-theme;
size = 20; size = 22;
}; };
} }

View file

@ -18,7 +18,7 @@ in
exec-once = nm-applet & exec-once = nm-applet &
exec-once = swaybg -m fill -i $(find ~/Pictures/wallpapers/ -maxdepth 1 -type f) & exec-once = swaybg -m fill -i $(find ~/Pictures/wallpapers/ -maxdepth 1 -type f) &
exec-once = sleep 1 && swaylock exec-once = sleep 1 && swaylock
exec-once = hyprctl setcursor Nordzy-cursors 20 & exec-once = hyprctl setcursor Nordzy-cursors 22 &
exec-once = waybar & exec-once = waybar &
exec-once = mako & exec-once = mako &