mirror of
https://github.com/FelixKratz/SketchyBar
synced 2025-02-19 22:18:29 +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
|