This commit is contained in:
pika 2025-05-11 17:35:05 +02:00
parent 2f40059eb0
commit 2bc5777b03

View file

@ -110,8 +110,8 @@ askThings() {
} }
instCustom() { instCustom() {
case $bar in for _d in "${advDeps[@]}"; do
waybar) checkAndInstall waybar ;; case "$_d" in
hyprpanel) hyprpanel)
case $distro in case $distro in
arch) run _install ags-hyprpanel-git ;; arch) run _install ags-hyprpanel-git ;;
@ -124,7 +124,11 @@ instCustom() {
*) echo_error "gBar cannot be installed for ${YELLOW}${distro}${RED} right now.." ;; *) echo_error "gBar cannot be installed for ${YELLOW}${distro}${RED} right now.." ;;
esac esac
;; ;;
*)
checkAndInstall "$_d"
;;
esac esac
done
} }
cloneDotfiles() { cloneDotfiles() {