diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-07-07 21:45:52 -0700 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-07-07 21:45:52 -0700 |
| commit | a7dd1fd423b1317e96eaa926654166a5670d5385 (patch) | |
| tree | f613bd5db11db79cedb6ed77dcfb89a50dc91510 /dot-config/sketchybar/plugins/front_app.sh | |
| parent | 737094ff0fb0e39f39867a5a7353ae4ebc81e92c (diff) | |
remove aerospace and sketchybar
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 |
