This commit is contained in:
mr0xb 2026-06-03 14:36:50 -04:00
commit 715eb53860
No known key found for this signature in database
57 changed files with 7755 additions and 3 deletions

View file

@ -0,0 +1,9 @@
#!/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"