From 61f8e6d43c0d5a5bf69351c03b0c71c7070b867d Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 16 May 2025 16:12:35 +0200 Subject: [PATCH] wip --- hyprland.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hyprland.sh b/hyprland.sh index 4f72bf9..01f06f0 100644 --- a/hyprland.sh +++ b/hyprland.sh @@ -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 ;;