Update 01-hypr-pkgs.sh add USWM

Needed to support default Hyprland-UWSM session
It should be a Hyprland dependency but until it is we have to add it in ourselves
This commit is contained in:
Donald Williams
2025-05-20 06:52:14 -04:00
committed by GitHub
parent 0803fb9c0f
commit 25a866b2db

View File

@@ -42,6 +42,7 @@ hypr_package=(
swaync
swww
unzip # needed later
uwsm # needed for login
wallust
waybar
wget
@@ -124,4 +125,4 @@ for PKG1 in "${hypr_package[@]}" "${hypr_package_2[@]}" "${Extra[@]}"; do
install_package "$PKG1" "$LOG"
done
printf "\n%.0s" {1..2}
printf "\n%.0s" {1..2}