wip
This commit is contained in:
parent
2f40059eb0
commit
2bc5777b03
1 changed files with 18 additions and 14 deletions
32
hyprland.sh
32
hyprland.sh
|
@ -110,21 +110,25 @@ 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 ;;
|
||||||
*) echo_error "Hyprpanel cannot be installed for ${YELLOW}${distro}${RED} right now.." ;;
|
*) echo_error "Hyprpanel cannot be installed for ${YELLOW}${distro}${RED} right now.." ;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
gBar)
|
||||||
|
case $distro in
|
||||||
|
arch) run _install gbar-git ;;
|
||||||
|
*) echo_error "gBar cannot be installed for ${YELLOW}${distro}${RED} right now.." ;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
checkAndInstall "$_d"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
done
|
||||||
gBar)
|
|
||||||
case $distro in
|
|
||||||
arch) run _install gbar-git ;;
|
|
||||||
*) echo_error "gBar cannot be installed for ${YELLOW}${distro}${RED} right now.." ;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cloneDotfiles() {
|
cloneDotfiles() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue