summaryrefslogtreecommitdiff
path: root/archsetup
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-27 08:37:08 -0600
committerCraig Jennings <c@cjennings.net>2026-01-27 08:37:08 -0600
commit7f07e47237606425d45f628f25c6029223b420e7 (patch)
tree9ffbca07e4c50419bbfa1bd32bcfc5f5798b70ef /archsetup
parent13cce0e4e8f0c29705ad0129706797fe44e4dd51 (diff)
feat(theme): switch cursor to Bibata Modern Ice
Replaced Vimix/Capitaine cursors with Bibata-Modern-Ice across all config locations: hyprland.conf, dupre/hudson Xresources, GTK settings, and archsetup package list. Standardized cursor size to 24.
Diffstat (limited to 'archsetup')
-rwxr-xr-xarchsetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/archsetup b/archsetup
index 73654a8..0779d2b 100755
--- a/archsetup
+++ b/archsetup
@@ -1612,7 +1612,7 @@ desktop_environment() {
pacman_install "$software"
done
- for software in vimix-cursors \
+ for software in bibata-cursor-theme-bin \
papirus-icon-theme qt6ct qt5ct; do
aur_install "$software"
done