dots/stow/.config/sketchybar/plugins/wifi.sh

8 lines
173 B
Bash
Executable file

#!/bin/sh
ping -c 1 1.1.1.1 &> /dev/null
if [ "$?" = "0" ]; then
sketchybar --set $NAME icon=󰖩 drawing=false
else
sketchybar --set $NAME icon=󰖪 drawing=true
fi