cleaner output
This commit is contained in:
parent
8f70721b2d
commit
327ed518f7
2
kunst
2
kunst
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue