From 13a1b6cff4bf62769423766321a0e8ff80593119 Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 11 May 2026 09:29:43 +0200 Subject: [PATCH] hyprland-new: add missing packages found in configs Pacman: hyprpolkitagent (autostart), pavucontrol (Super+S / eww / waybar), playerctl (media keys + scripts), wf-recorder (screenrec.sh), sound-theme-freedesktop (timer-run alarm sound) AUR: wofi-calc (Super+Alt+F), bri (brightness keys), chamel (annotation binds) Co-Authored-By: Claude Sonnet 4.6 --- setup/modules/Desktop-Enviroments/hyprland-new.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup/modules/Desktop-Enviroments/hyprland-new.sh b/setup/modules/Desktop-Enviroments/hyprland-new.sh index c686b26..1961136 100755 --- a/setup/modules/Desktop-Enviroments/hyprland-new.sh +++ b/setup/modules/Desktop-Enviroments/hyprland-new.sh @@ -24,7 +24,8 @@ sudo pacman -Syu --noconfirm --needed \ xorg-server xorg-xinit papirus-icon-theme \ cool-retro-term qalculate-gtk iwd dbus \ thunar tumbler thunar-archive-plugin thunar-shares-plugin thunar-volman \ - hyprpicker pcmanfm-qt udisks2 ly + hyprpicker pcmanfm-qt udisks2 ly \ + hyprpolkitagent pavucontrol playerctl wf-recorder sound-theme-freedesktop # 3. Enable essential services echo "Enabling essential services..." @@ -38,7 +39,8 @@ echo "Installing AUR packages..." rustup default stable yay -Syu --answerdiff None --answerclean All --noconfirm \ hyprland-workspaces vicinae-bin bluetuith wvkbd kew iwmenu \ - walker-bin ulauncher bzmenu pinta localsend udiskie + walker-bin ulauncher bzmenu pinta localsend udiskie \ + wofi-calc bri chamel # 5. EWW bar selection and compilation echo "Setting up EWW bar..."