From 530ee85037375106652e51a23cf05deb2a5ad1d9 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Mon, 16 Dec 2024 21:57:25 -0600 Subject: remove unused configs --- common/.config/sketchybar/plugins/clock.sh.org | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 common/.config/sketchybar/plugins/clock.sh.org (limited to 'common/.config/sketchybar/plugins/clock.sh.org') diff --git a/common/.config/sketchybar/plugins/clock.sh.org b/common/.config/sketchybar/plugins/clock.sh.org deleted file mode 100755 index 1ab5ec3..0000000 --- a/common/.config/sketchybar/plugins/clock.sh.org +++ /dev/null @@ -1,7 +0,0 @@ -#+title: SketchyBar Clock Plugin - -Get the date and set it as the label. -#+begin_src sh :tangle ~/.config/sketchybar/plugins/clock.sh :mkdirp yes :tangle-mode o755 - #!/bin/sh - sketchybar --set "$NAME" label="$(date '+%Y-%m-%d %H:%M')" -#+end_src -- cgit v1.2.3