mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-28 03:44:57 -04:00
updates
This commit is contained in:
parent
bc4d4c403a
commit
715eb53860
57 changed files with 7755 additions and 3 deletions
9
.config/sketchybar/plugins/clock.sh
Executable file
9
.config/sketchybar/plugins/clock.sh
Executable 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"
|
||||
|
||||
Loading…
Reference in a new issue