statusbar: start using 24 hour clock

This commit is contained in:
krolxon 2025-07-31 21:11:30 +05:30
parent b161ffa89a
commit 3a29b4e75a
1 changed files with 2 additions and 1 deletions

View File

@ -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 ]"