mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
7 lines
110 B
Bash
Executable file
7 lines
110 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
case "$SENDER" in
|
|
"front_app_switched")
|
|
sketchybar --set "$NAME" label="$INFO"
|
|
;;
|
|
esac
|