cleaner output

This commit is contained in:
Siddharth Dushantha 2019-02-18 18:50:48 +01:00
parent 8f70721b2d
commit 327ed518f7
1 changed files with 2 additions and 0 deletions

2
kunst
View File

@ -56,6 +56,7 @@ main() {
fi fi
echo "kunst: swapped album art to $(mpc current)" echo "kunst: swapped album art to $(mpc current)"
echo "------------------------------------------"
# display the album art using sxiv # display the album art using sxiv
sxiv -g 250x250 -b $COVER -N "Kunst" & sxiv -g 250x250 -b $COVER -N "Kunst" &
@ -79,6 +80,7 @@ main() {
fi fi
echo "kunst: swapped album art to $(mpc current)" echo "kunst: swapped album art to $(mpc current)"
echo "------------------------------------------"
done done
} }