diff options
| author | Andrew <saintruler@gmail.com> | 2020-08-26 04:59:24 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2020-08-26 04:59:24 +0400 |
| commit | 70825f19ff5c8bd78780265ece1fc2c00a026f84 (patch) | |
| tree | ca06eb21b52147f7ba6751e106c8c3648232a3c0 /.local/bin/statusbar/clock | |
| parent | 75d736925fac9ab42c6015f2930a82c2eeee3235 (diff) | |
Changed icons in status bar scripts and added tmux to autostart in tty/terminal
Diffstat (limited to '.local/bin/statusbar/clock')
| -rwxr-xr-x | .local/bin/statusbar/clock | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/statusbar/clock b/.local/bin/statusbar/clock index 102929e..d5e3685 100755 --- a/.local/bin/statusbar/clock +++ b/.local/bin/statusbar/clock @@ -1,3 +1,4 @@ #!/bin/sh -date "+%d %b (%a) %k:%M" +d=$(date "+%d %b (%a) %k:%M") +printf " ${d}" |