change cursor
This commit is contained in:
parent
05c5690363
commit
dca8c4db7c
|
@ -30,13 +30,13 @@
|
||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
name = "Nordzy-cursors";
|
name = "Nordzy-cursors";
|
||||||
package = pkgs.nordzy-cursor-theme;
|
package = pkgs.nordzy-cursor-theme;
|
||||||
size = 32;
|
size = 20;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
name = "Nordzy-cursors";
|
name = "Nordzy-cursors";
|
||||||
package = pkgs.nordzy-cursor-theme;
|
package = pkgs.nordzy-cursor-theme;
|
||||||
size = 32;
|
size = 20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 32 &
|
exec-once = hyprctl setcursor Nordzy-cursors 20 &
|
||||||
exec-once = waybar &
|
exec-once = waybar &
|
||||||
exec-once = mako &
|
exec-once = mako &
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue