From 70825f19ff5c8bd78780265ece1fc2c00a026f84 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 26 Aug 2020 04:59:24 +0400 Subject: Changed icons in status bar scripts and added tmux to autostart in tty/terminal --- .local/bin/statusbar/clock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.local/bin/statusbar/clock') 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}" -- cgit v1.2.3