fix freeze eww

This commit is contained in:
2026-09-11 22:40:11 +02:00
parent 98ac3a8844
commit c8251c6f6d
12 changed files with 76 additions and 26 deletions
@@ -5,6 +5,7 @@ active() { rfkill list wifi 2>/dev/null | grep -q "Soft blocked: yes"; }
case ${1:-} in
status) active && echo true || echo false ;;
*)
detach_self "$@"
if active; then
rfkill unblock all
state=false