divider line covers terminal width
This commit is contained in:
parent
beb2180bfa
commit
a19511a127
1 changed files with 1 additions and 1 deletions
2
kunst
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue