commit 544a4d219db4375a56df894b6781ec0c47fc1e3f parent 06422a0e1f3cb91b5a266eb9960f29790a5c6f3e Author: awy <awy@awy.one> Date: Sun, 25 May 2025 23:58:13 +0300 24h Diffstat:
M | .local/bin/statusbar/sb-clock | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/statusbar/sb-clock b/.local/bin/statusbar/sb-clock @@ -26,4 +26,4 @@ case $BLOCK_BUTTON in 8) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;; esac -date "+%Y %b %d (%a) $icon%I:%M%p" +date "+%Y %b %d (%a) $icon%H:%M"