Files
dotFiles/.config/sketchybar/plugins/front_app.sh
Kulvir Singh 8c703b74f8 added stow
2024-09-26 02:39:46 +05:30

8 lines
110 B
Bash
Executable File

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