From 3a29b4e75a40f1bd843fdf61ed1e1ae6c83bc5ba Mon Sep 17 00:00:00 2001 From: krolxon Date: Thu, 31 Jul 2025 21:11:30 +0530 Subject: [PATCH] statusbar: start using 24 hour clock --- .local/bin/statusbar/sb-clock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.local/bin/statusbar/sb-clock b/.local/bin/statusbar/sb-clock index 1cfe217..3a1b2ee 100755 --- a/.local/bin/statusbar/sb-clock +++ b/.local/bin/statusbar/sb-clock @@ -1,2 +1,3 @@ #!/bin/sh -date "+[  %a %d %b %Y] [  %I:%M %P ]" +# date "+[  %a %d %b %Y] [  %I:%M %P ]" +date "+[  %a %d %b %Y] [  %R ]"