mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
6 lines
135 B
Bash
Executable File
6 lines
135 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ "$SENDER" = "front_app_switched" ]; then
|
|
sketchybar --set $NAME label="$INFO" icon.background.image="app.$INFO"
|
|
fi
|