divider line covers terminal width

This commit is contained in:
Siddharth Dushantha 2019-05-24 10:30:59 +02:00 committed by GitHub
parent beb2180bfa
commit a19511a127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
kunst
View File

@ -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