8 lines
170 B
Bash
Executable File
8 lines
170 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
if [ "$1" = "$FOCUSED_WORKSPACE" ]; then
|
|
sketchybar --set $NAME label.color=0xffcba6f7
|
|
else
|
|
sketchybar --set $NAME label.color=0x77cdd6f4
|
|
fi
|