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 <noreply@anthropic.com>main
parent
968031ae11
commit
13a1b6cff4
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue