SketchyBar/plugins/caffeinate.sh

7 lines
144 B
Bash
Executable file

#!/usr/bin/env bash
if [ "$(pgrep -x "caffeinate")" = "" ]; then
sketchybar -m set $NAME icon ﯈
else
sketchybar -m set $NAME icon 
fi