mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-23 20:03:10 +00:00
7 lines
207 B
Bash
Executable file
7 lines
207 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
if [ "$SELECTED" = "true" ]; then
|
|
sketchybar -m batch --set $NAME label_highlight=on icon_highlight=on
|
|
else
|
|
sketchybar -m batch --set $NAME label_highlight=off icon_highlight=off
|
|
fi
|