all instances of eww now get killed before the ewwstart handler initiates

main
The_miro 2026-02-12 10:52:53 +01:00
parent c8ec92fdba
commit a57969e26f
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
killall eww
/usr/bin/eww daemon /usr/bin/eww daemon
GTK_THEME=cyberqueer GTK_THEME=cyberqueer
monitorsum=$(hyprctl monitors | grep ID | wc -l) monitorsum=$(hyprctl monitors | grep ID | wc -l)
for i in $(seq 1 $monitorsum); for i in $(seq 1 $monitorsum);