removed debug notif from togglebar

main
The_miro 2025-05-25 14:00:36 +02:00
parent 71ba555d25
commit ddf5cff62b
1 changed files with 1 additions and 1 deletions

View File

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