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
$terminal
hyprshot
hyprlock
swww
)
}
@ -137,6 +138,12 @@ instCustom() {
hyprpanel)
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)
case $distro in
arch) run _install gbar-git ;;