diff options
author | awy <awy@awy.one> | 2025-01-31 14:55:32 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-01-31 14:55:32 +0300 |
commit | e8abbaf2fae90bc103b9f96080e8e350d0897a0a (patch) | |
tree | 8a6da1c59bab97446bee81d7e8826e02198af438 /.local | |
parent | f8058f8c39b3058e5c32c198ddc368d858b4cd2e (diff) |
update
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" |