divider line covers terminal width
This commit is contained in:
parent
beb2180bfa
commit
a19511a127
2
kunst
2
kunst
|
@ -199,7 +199,7 @@ main() {
|
||||||
|
|
||||||
if [ ! $SILENT ];then
|
if [ ! $SILENT ];then
|
||||||
echo "kunst: swapped album art to $(mpc current)"
|
echo "kunst: swapped album art to $(mpc current)"
|
||||||
echo "------------------------------------------"
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' -
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $FIRST_RUN == true ]; then
|
if [ $FIRST_RUN == true ]; then
|
||||||
|
|
Loading…
Reference in New Issue