mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-13 23:27:14 +00:00
7 lines
195 B
Bash
Executable file
7 lines
195 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
if [ "$SELECTED" = "true" ]; then
|
|
sketchybar -m --set $NAME label.highlight=on icon.highlight=on
|
|
else
|
|
sketchybar -m --set $NAME label.highlight=off icon.highlight=off
|
|
fi
|