Files
dotFiles/.config/sketchybar/plugins/front_app.sh

8 lines
110 B
Bash
Raw Normal View History

2024-09-16 03:19:04 +05:30
#!/usr/bin/env bash
case "$SENDER" in
"front_app_switched")
sketchybar --set "$NAME" label="$INFO"
;;
esac