diff options
Diffstat (limited to 'dot-config/sketchybar/plugins/front_app.sh')
| -rwxr-xr-x | dot-config/sketchybar/plugins/front_app.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dot-config/sketchybar/plugins/front_app.sh b/dot-config/sketchybar/plugins/front_app.sh deleted file mode 100755 index fb6d0b3..0000000 --- a/dot-config/sketchybar/plugins/front_app.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# Some events send additional information specific to the event in the $INFO -# variable. E.g. the front_app_switched event sends the name of the newly -# focused application in the $INFO variable: -# https://felixkratz.github.io/SketchyBar/config/events#events-and-scripting - -if [ "$SENDER" = "front_app_switched" ]; then - sketchybar --set "$NAME" label="$INFO" -fi |
