addet quickshell installation
This commit is contained in:
parent
2e294c5998
commit
114aa6fb99
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue