diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index ed6d13c..6e84675 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -14,6 +14,13 @@ exec-once = vesktop # exec-once = discord # exec-once = webcord --start-minimized +# ############################# +# ### ENVIRONMENT VARIABLES ### +# ############################# + +env = HYPRCURSOR_THEME,Adwaita +env = HYPRCURSOR_SIZE,24 + # ######################### # ### CATEGORY SETTINGS ### diff --git a/install_gui.sh b/install_gui.sh index 6efbaab..08ae53c 100755 --- a/install_gui.sh +++ b/install_gui.sh @@ -48,6 +48,12 @@ cp -ra home/.config/swappy ~/.config cp -ra home/.config/swayidle ~/.config cp -ra home/.config/wofi ~/.config +# Hyprcursor theme of my choice +mkdir -p ~/.local/share/icons +pushd ~/.local/share/icons +git clone https://github.com/ndom91/rose-pine-cursor-hyprcursor +popd + # Sync mirrors and update before other installations yay -Syu --noconfirm