sketchybar: init
This commit is contained in:
parent
ded82a8f8b
commit
ae71080920
10 changed files with 182 additions and 96 deletions
8
stow/.config/sketchybar/plugins/wifi.sh
Executable file
8
stow/.config/sketchybar/plugins/wifi.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
ping -c 1 1.1.1.1 &> /dev/null
|
||||
|
||||
if [ "$?" = "0" ]; then
|
||||
sketchybar --set $NAME icon=
|
||||
else
|
||||
sketchybar --set $NAME icon=
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue