summaryrefslogtreecommitdiff
path: root/mac/.config/sketchybar.allapp/plugins/calendar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mac/.config/sketchybar.allapp/plugins/calendar.sh')
-rwxr-xr-xmac/.config/sketchybar.allapp/plugins/calendar.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/mac/.config/sketchybar.allapp/plugins/calendar.sh b/mac/.config/sketchybar.allapp/plugins/calendar.sh
new file mode 100755
index 0000000..4bc2b8d
--- /dev/null
+++ b/mac/.config/sketchybar.allapp/plugins/calendar.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+#sketchybar --set $NAME icon="$(date '+%a %d. %b')" label="$(date '+%H:%M')"
+sketchybar --set "$NAME" label="$(date '+%m/%d %H:%M')"