diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-08-18 16:49:15 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-08-18 16:49:15 +0100 |
| commit | 82443de57daadd200c3b6779ecc27b6e8b809f97 (patch) | |
| tree | 387d9fa46f9757e39a93d89e99cbb2b57933bfcf | |
| parent | 6bfcaea2672ee20584beb093f2c0c56be90c00c1 (diff) | |
Add clock command for status bar
| -rwxr-xr-x | .local/bin/statusbar/clock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/statusbar/clock b/.local/bin/statusbar/clock new file mode 100755 index 0000000..497c03f --- /dev/null +++ b/.local/bin/statusbar/clock @@ -0,0 +1 @@ +date +"%d %B %Y %R" |
