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

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')"