From 934579abf0078c65519b7d938c98c210b69712f3 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 14 Mar 2024 01:32:46 +0100 Subject: [PATCH] Add rose-pine hyprcursor theme --- home/.config/hypr/hyprland.conf | 7 +++++++ install_gui.sh | 6 ++++++ 2 files changed, 13 insertions(+) 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