From a7dd1fd423b1317e96eaa926654166a5670d5385 Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Mon, 7 Jul 2025 21:45:52 -0700 Subject: remove aerospace and sketchybar --- dot-config/sketchybar/plugins/front_app.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 dot-config/sketchybar/plugins/front_app.sh (limited to 'dot-config/sketchybar/plugins/front_app.sh') 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 -- cgit v1.3