statusbar: start using 24 hour clock
This commit is contained in:
parent
b161ffa89a
commit
3a29b4e75a
|
|
@ -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 ]"
|
||||
|
|
|
|||
Loading…
Reference in New Issue