From a19511a1275952b554ffb0bcbb968f50e2afd88a Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Fri, 24 May 2019 10:30:59 +0200 Subject: [PATCH] divider line covers terminal width --- kunst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kunst b/kunst index 7439c54..4a9ef47 100755 --- a/kunst +++ b/kunst @@ -199,7 +199,7 @@ main() { if [ ! $SILENT ];then echo "kunst: swapped album art to $(mpc current)" - echo "------------------------------------------" + printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' - fi if [ $FIRST_RUN == true ]; then