summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-07-31 21:11:30 +0530
committerkrolxon <krolyxon@tutanota.com>2025-07-31 21:11:30 +0530
commit3a29b4e75a40f1bd843fdf61ed1e1ae6c83bc5ba (patch)
tree33d11aa6448aaddd2228944bd250d9c4ea6e37ef
parentb161ffa89a8c79a20e97f6b612edf3b73e9ae47e (diff)
statusbar: start using 24 hour clock
-rwxr-xr-x.local/bin/statusbar/sb-clock3
1 files changed, 2 insertions, 1 deletions
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 ]"