246 B
Executable file
246 B
Executable file
SketchyBar Clock Plugin
Get the date and set it as the label.
#!/bin/sh
sketchybar --set "$NAME" label="$(date '+%Y-%m-%d %H:%M')"