aboutsummaryrefslogtreecommitdiff
path: root/macos/.config/sketchybar/plugins/space.org
blob: 97581aaaf999f86dff1356b92386bc7fd4306d07 (plain)
1
2
3
4
5
6
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