diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-07-31 21:11:30 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-07-31 21:11:30 +0530 |
| commit | 3a29b4e75a40f1bd843fdf61ed1e1ae6c83bc5ba (patch) | |
| tree | 33d11aa6448aaddd2228944bd250d9c4ea6e37ef | |
| parent | b161ffa89a8c79a20e97f6b612edf3b73e9ae47e (diff) | |
statusbar: start using 24 hour clock
| -rwxr-xr-x | .local/bin/statusbar/sb-clock | 3 |
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 ]" |
