dotfiles/common/.config/sketchybar/plugins/space.sh.org
2024-10-01 17:42:59 -05:00

7 lines
228 B
Org Mode
Executable file

#+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