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);