diff options
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/statusbar/sb-clock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-clock b/.local/bin/statusbar/sb-clock index 7297be0..991ea64 100755 --- a/.local/bin/statusbar/sb-clock +++ b/.local/bin/statusbar/sb-clock @@ -26,4 +26,4 @@ case $1 in 6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;; esac -date "+%Y %b %d (%a) $icon %H:%M" +date "+%Y %b %d (%a) $icon%I:%M%p" |