X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=music%2F.ncmpcpp%2Fcover.sh;h=755429a7d0172c4363be2a81f4ee7d28000fb291;hb=6dec7d72d5bbffd4459bc9e567cbdedb0672fc6b;hp=6d56ac99f2d575a9015b323f861f82a73eae4105;hpb=d024f87b879f30112212e28979481d049b8d94b7;p=dotfiles.git diff --git a/music/.ncmpcpp/cover.sh b/music/.ncmpcpp/cover.sh index 6d56ac9..755429a 100755 --- a/music/.ncmpcpp/cover.sh +++ b/music/.ncmpcpp/cover.sh @@ -4,5 +4,5 @@ shopt -s nullglob file="$(mpc --format /mnt/data/music/%file% current)" printf "\e]20;;100x100+1000+1000\a" for c in "${file%/*}/cover."*; do - printf "\e]20;$c;30x30+1+94:op=keep-aspect\a" + printf "\e]20;$c;50x50+1+94:op=keep-aspect\a" done