fix fresh install hang: split AGS into own module, remove obsolete packages

- Remove slow fallback loop from is_package_installed (only use expac)
- Move aylurs-gtk-shell from hyprland group to dedicated core/ags module
  with clear progress warning and user confirmation before build
- Install AUR packages one at a time in install_aur (better error isolation)
- Replace obsolete ttf-font-awesome with otf-font-awesome
- Remove p7zip (deleted from repos and AUR)
This commit is contained in:
2026-05-28 21:55:35 +02:00
parent 110ae9e4eb
commit 6f3e5e8f2d
4 changed files with 60 additions and 17 deletions

View File

@@ -134,7 +134,7 @@ get_group_packages() {
brightnessctl playerctl \
grim slurp swappy hyprshot \
wl-clipboard libnotify sshpass \
hyprpolkitagent aylurs-gtk-shell awww
hyprpolkitagent awww
;;
gpu)
@@ -161,7 +161,7 @@ get_group_packages() {
fonts)
printf '%s\n' \
noto-fonts noto-fonts-emoji ttf-jetbrains-mono-nerd \
ttf-font-awesome ttf-nerd-fonts-symbols ttf-dejavu
otf-font-awesome ttf-nerd-fonts-symbols ttf-dejavu
;;
tools)
@@ -182,7 +182,7 @@ get_group_packages() {
development)
printf '%s\n' \
git base-devel \
zip unzip unrar p7zip \
zip unzip unrar \
ripgrep fd bat lsd \
htop btop fastfetch
;;