From d250365cc1cd8d37f37fcdd2d307385b99504a19 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 19 May 2025 19:03:04 +0200 Subject: [PATCH] fixing errors --- hyprland.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyprland.sh b/hyprland.sh index a9feafe..22ef32c 100644 --- a/hyprland.sh +++ b/hyprland.sh @@ -82,6 +82,8 @@ askThings() { echo_warning "hyprpanel is not available for $distro" echo_warning "the script automatically chose gBar for you instead.." bar="gBar" + else + bar="hyprpanel" fi ;; [Gg] | gBar | gbar)