feat: add sketchybar
This commit is contained in:
parent
7af8dc864d
commit
b30e26be2e
6 changed files with 164 additions and 0 deletions
7
.config/sketchybar/plugins/space.sh
Executable file
7
.config/sketchybar/plugins/space.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/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"
|
Loading…
Add table
Add a link
Reference in a new issue