From ddf61b3bc490209d0387e679a0b8070f04e6dfcf Mon Sep 17 00:00:00 2001 From: _N0x Date: Sun, 17 Oct 2021 15:00:23 +0200 Subject: [PATCH] Minor tweaks to statusbar script --- localbin/.local/bin/statusbar | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/localbin/.local/bin/statusbar b/localbin/.local/bin/statusbar index 6dfc251..a29cc7e 100755 --- a/localbin/.local/bin/statusbar +++ b/localbin/.local/bin/statusbar @@ -70,6 +70,7 @@ song() { } while true; do - xsetroot -name " $(cpu) $(memory) $(networkspeed) $(networkinfo) $(disk) $(song) $(datetime)" + xsetroot -name " $(cpu) $(memory) $(networkspeed) $(networkinfo) $(disk) $(song) $(datetime) " sleep 5 -done \ No newline at end of file +done +