dotfiles/common/.config/sketchybar/plugins/front_app.sh.org
2024-10-01 17:42:59 -05:00

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