diff --git a/.config/hypr/includes/appearance.conf b/.config/hypr/includes/appearance.conf index c28d7a2..6a9784d 100644 --- a/.config/hypr/includes/appearance.conf +++ b/.config/hypr/includes/appearance.conf @@ -9,6 +9,7 @@ env = XCURSOR_SIZE,36 env = HYPRCURSOR_SIZE,36 env = HYPRCURSOR_THEME,rose-pine-hyprcursor +env = XCURSOR_THEME,rose-pine-hyprcursor env = QT_QPA_PLATFORMTHEME,qt6ct env = QT_QPA_PLATFORM,wayland diff --git a/modules/06-hyprland.sh b/modules/06-hyprland.sh index e01e2d0..64a171c 100755 --- a/modules/06-hyprland.sh +++ b/modules/06-hyprland.sh @@ -19,6 +19,7 @@ HYPR_PACKAGES=( ttf-nerd-fonts-symbols noto-fonts noto-fonts-emoji + rose-pine-hyprcursor ) to_install=()