Files
dotFiles/sketchybar/plugins/clock.sh
2024-09-16 03:19:04 +05:30

5 lines
84 B
Bash
Executable File

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