dotfiles/.config/sketchybar/plugins/clock.sh
2026-06-03 14:36:50 -04:00

9 lines
182 B
Shell
Executable file

#!/bin/bash
# Enhanced clock script with better date formatting
DATE=$(date '+%a %b %d')
TIME=$(date '+%H:%M')
sketchybar --set "$NAME" icon="$(date '+%d')" label="$DATE $TIME"