diff options
| author | Andrew <saintruler@gmail.com> | 2020-06-05 17:02:06 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2020-06-05 17:02:06 +0400 |
| commit | ea8ff6d7638cdd1f36cc978f1734759158b969b0 (patch) | |
| tree | 18893c91594a2d58bb6757f592a076c5496e300e /.local/bin/statusbar/clock | |
Initial commit
Diffstat (limited to '.local/bin/statusbar/clock')
| -rwxr-xr-x | .local/bin/statusbar/clock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/statusbar/clock b/.local/bin/statusbar/clock new file mode 100755 index 0000000..102929e --- /dev/null +++ b/.local/bin/statusbar/clock @@ -0,0 +1,3 @@ +#!/bin/sh + +date "+%d %b (%a) %k:%M" |