mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-10 13:54:16 +00:00
7 lines
330 B
Bash
Executable file
7 lines
330 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# The $SELECTED variable is available for space components and indicates if
|
|
# the space invoking this script (with name: $NAME) is currently selected:
|
|
# https://felixkratz.github.io/SketchyBar/config/components#space----associate-mission-control-spaces-with-an-item
|
|
|
|
sketchybar --set $NAME background.drawing=$SELECTED
|