addet quickshell installation

This commit is contained in:
pika 2025-06-08 14:40:54 +02:00
parent 2e294c5998
commit 114aa6fb99

View file

@ -40,7 +40,7 @@ askThings() {
# if ! command_exists waybar && ! command_exists hyprpanel && ! command_exists gBar; then # if ! command_exists waybar && ! command_exists hyprpanel && ! command_exists gBar; then
case "$distro" in case "$distro" in
arch) arch)
choose bar "Choose a bar.." waybar hyprpanel gBar </dev/tty choose bar "Choose a bar.." waybar hyprpanel gBar quickshell </dev/tty
[ "$bar" == "gBar" ] && bar=gbar [ "$bar" == "gBar" ] && bar=gbar
;; ;;
*) *)
@ -80,7 +80,7 @@ askThings() {
instCustom() { instCustom() {
for _d in "${advDeps[@]}"; do for _d in "${advDeps[@]}"; do
case "$_d" in case "$_d" in
hyprpanel | hyprlock | hyprshot | gBar | rofi | swww) hyprpanel | hyprlock | hyprshot | gBar | rofi | swww | quickshell)
# eval "$(curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/hyprpanel.sh)" # eval "$(curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/hyprpanel.sh)"
source-script https://git.k4li.de/scripts/installs/raw/branch/main/$_d.sh source-script https://git.k4li.de/scripts/installs/raw/branch/main/$_d.sh
;; ;;