This commit is contained in:
pika 2025-05-16 16:12:35 +02:00
parent 2211e7e90f
commit 61f8e6d43c

View file

@ -127,6 +127,7 @@ askThings() {
$menu $menu
$terminal $terminal
hyprshot hyprshot
hyprlock
swww swww
) )
} }
@ -137,6 +138,12 @@ instCustom() {
hyprpanel) hyprpanel)
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)"
;; ;;
hyprlock)
eval "$(curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/hyprlock.sh)"
;;
hyprshot)
eval "$(curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/hyprshot.sh)"
;;
gBar) gBar)
case $distro in case $distro in
arch) run _install gbar-git ;; arch) run _install gbar-git ;;