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/aerospace.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 dot-config/sketchybar/plugins/aerospace.sh (limited to 'dot-config/sketchybar/plugins/aerospace.sh') diff --git a/dot-config/sketchybar/plugins/aerospace.sh b/dot-config/sketchybar/plugins/aerospace.sh deleted file mode 100755 index 6114c3d..0000000 --- a/dot-config/sketchybar/plugins/aerospace.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -# make sure it's executable with: -# chmod +x ~/.config/sketchybar/plugins/aerospace.sh - -if [ "$1" = "$FOCUSED_WORKSPACE" ]; then - sketchybar --set $NAME background.drawing=on -else - sketchybar --set $NAME background.drawing=off -fi -- cgit v1.3