From 418cf74ec16029d927271fbc255c061c2ed1ec4d Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Wed, 14 Aug 2024 10:43:27 -0500 Subject: add sketchybar config --- macos/.config/sketchybar/plugins/space.org | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 macos/.config/sketchybar/plugins/space.org (limited to 'macos/.config/sketchybar/plugins/space.org') diff --git a/macos/.config/sketchybar/plugins/space.org b/macos/.config/sketchybar/plugins/space.org new file mode 100644 index 0000000..97581aa --- /dev/null +++ b/macos/.config/sketchybar/plugins/space.org @@ -0,0 +1,7 @@ +#+title: SketchyBar Space Plugin + +Get the current space. +#+begin_src sh :tangle ~/.config/sketchybar/plugins/space.sh :mkdirp yes :tangle-mode o755 + #!/bin/sh + sketchybar --set "$NAME" background.drawing="$SELECTED" +#+end_src -- cgit v1.2.3