diff --git a/stow/.config/sketchybar/plugins/wifi.sh b/stow/.config/sketchybar/plugins/wifi.sh index c886026..8680ed1 100755 --- a/stow/.config/sketchybar/plugins/wifi.sh +++ b/stow/.config/sketchybar/plugins/wifi.sh @@ -2,7 +2,7 @@ ping -c 1 1.1.1.1 &> /dev/null if [ "$?" = "0" ]; then - sketchybar --set $NAME icon=󰖩 + sketchybar --set $NAME icon=󰖩 drawing=false else - sketchybar --set $NAME icon=󰖪 + sketchybar --set $NAME icon=󰖪 drawing=true fi