dotfiles/platforms/mac/sketchybar/plugins/front_app.sh

7 lines
110 B
Bash
Executable file

#!/usr/bin/env bash
case "$SENDER" in
"front_app_switched")
sketchybar --set "$NAME" label="$INFO"
;;
esac