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