dots/stow/.config/sketchybar/plugins/wifi.sh
2025-10-04 13:45:49 +10:00

8 lines
146 B
Bash
Executable file

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