yabai: init

This commit is contained in:
Nico 2025-10-19 21:01:31 +11:00
parent e3677357e0
commit beaf8a5754
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
6 changed files with 164 additions and 16 deletions

View file

@ -1,13 +0,0 @@
#!/usr/local/bin/bash
# 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"
if [ $SELECTED = 'true' ]; then
sketchybar --set "$NAME" background.color=0xfff48fb1
else
sketchybar --set "$NAME" background.color=0xffffffff
fi

View file

@ -0,0 +1 @@
aerospace.sh