Files
dotFiles/.config/sketchybar/plugins/clock.sh
Kulvir Singh 8c703b74f8 added stow
2024-09-26 02:39:46 +05:30

5 lines
84 B
Bash
Executable File

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