wip
This commit is contained in:
parent
2f40059eb0
commit
2bc5777b03
1 changed files with 18 additions and 14 deletions
|
@ -110,8 +110,8 @@ askThings() {
|
|||
}
|
||||
|
||||
instCustom() {
|
||||
case $bar in
|
||||
waybar) checkAndInstall waybar ;;
|
||||
for _d in "${advDeps[@]}"; do
|
||||
case "$_d" in
|
||||
hyprpanel)
|
||||
case $distro in
|
||||
arch) run _install ags-hyprpanel-git ;;
|
||||
|
@ -124,7 +124,11 @@ instCustom() {
|
|||
*) echo_error "gBar cannot be installed for ${YELLOW}${distro}${RED} right now.." ;;
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
checkAndInstall "$_d"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
cloneDotfiles() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue