diff options
Diffstat (limited to '.local/bin')
| -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 ]" |
