dotfiles/macos/.config/sketchybar/plugins/front_app.org
2024-08-14 10:43:27 -05:00

292 B

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