From ddf5cff62bcdcc1ab94ac6a118207d52570014f8 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 25 May 2025 14:00:36 +0200 Subject: [PATCH] removed debug notif from togglebar --- desktopenvs/hyprland/scripts/togglebar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktopenvs/hyprland/scripts/togglebar.sh b/desktopenvs/hyprland/scripts/togglebar.sh index 8931c8b..0035608 100755 --- a/desktopenvs/hyprland/scripts/togglebar.sh +++ b/desktopenvs/hyprland/scripts/togglebar.sh @@ -11,7 +11,7 @@ GTK_THEME=cyberqueer monitorsum=$(hyprctl monitors | grep ID | wc -l) statecon=$(eww active-windows) -notify-send $statecon +#notify-send $statecon if [ "$statecon" != '' ]; then for i in $(seq 1 $monitorsum);