dotfiles/home/dot_config/sketchybar/plugins/executable_front_app.sh
2025-09-27 16:00:34 +01:00

7 lines
110 B
Bash

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