diff options
Diffstat (limited to '.local/bin/statusbar/sb-clock')
| -rwxr-xr-x | .local/bin/statusbar/sb-clock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-clock b/.local/bin/statusbar/sb-clock index a7d7b0e..eca5da0 100755 --- a/.local/bin/statusbar/sb-clock +++ b/.local/bin/statusbar/sb-clock @@ -1,2 +1,2 @@ #!/bin/sh -echo "$(date "+[ %a %d %b ] [ %I:%M %P ]")" +date "+[ %a %d %b ] [ %I:%M %P ]" |
