removed debug notif from togglebar
parent
71ba555d25
commit
ddf5cff62b
|
|
@ -11,7 +11,7 @@ GTK_THEME=cyberqueer
|
||||||
monitorsum=$(hyprctl monitors | grep ID | wc -l)
|
monitorsum=$(hyprctl monitors | grep ID | wc -l)
|
||||||
|
|
||||||
statecon=$(eww active-windows)
|
statecon=$(eww active-windows)
|
||||||
notify-send $statecon
|
#notify-send $statecon
|
||||||
if [ "$statecon" != '' ]; then
|
if [ "$statecon" != '' ]; then
|
||||||
|
|
||||||
for i in $(seq 1 $monitorsum);
|
for i in $(seq 1 $monitorsum);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue