diff --git a/arch_setup.sh b/arch_setup.sh index 9b945f6..94867c7 100755 --- a/arch_setup.sh +++ b/arch_setup.sh @@ -15,3 +15,4 @@ pacman --noconfirm -S nextcloud pacman --noconfirm -S firefox pacman --noconfirm -S pamixer pacman --noconfirm -S swaylock +pacman --noconfirm -S hyprcursor diff --git a/hyprland.conf b/hyprland.conf index ae0e3a3..29b9158 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -124,6 +124,9 @@ binds { pass_mouse_when_bound = true } +# Hyprcursor +env = HYPRCURSOR_THEME, "Future-Cyan-Hyprcursor_Theme" + # Keybindings bind = $mainMod, Q, exec, kitty bind = $mainMod, C, killactive, diff --git a/pure_setup.sh b/pure_setup.sh index ae79886..5d8c2bf 100755 --- a/pure_setup.sh +++ b/pure_setup.sh @@ -49,3 +49,11 @@ else git pull cd .. fi + +if [ ! -d ~/.local/share/icons/Future-Cyan-Hyprcursor_Theme ]; then + git clone https://gitlab.com/Pummelfisch/future-cyan-hyprcursor + cd future-cyan-hyprcursor + mv Future-Cyan-Hyprcursor_Theme ~/.local/share/icons/Future-Cyan-Hyprcursor_Theme + cd .. + rm -rf future-cyan-hyprcursor +fi