dotfiles/platforms/mac/sketchybar/plugins/clock.sh

4 lines
87 B
Bash
Executable file

#!/usr/bin/env bash
LABEL=$(date '+%H:%M:%S')
sketchybar --set "$NAME" label="$LABEL"