mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-27 13:50:33 +00:00
7 lines
144 B
Bash
Executable file
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
|