292 B
Executable file
292 B
Executable file
SketchyBar Front App Plugin
Get the name of the focused application.
#!/bin/sh
if [ "$SENDER" = "front_app_switched" ]; then
sketchybar --set "$NAME" label="$INFO"
fi