config/files/sketchybar/plugins/executable_space.sh
2025-05-03 21:41:46 -07:00

8 lines
170 B
Bash

#!/usr/bin/env sh
WIDTH="dynamic"
if [ "$SELECTED" = "true" ]; then
WIDTH="0"
fi
sketchybar --animate tanh 20 --set $NAME icon.highlight=$SELECTED label.width=$WIDTH