diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/conky/cover.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.local/bin/conky/cover.sh b/.local/bin/conky/cover.sh index c9fba97..d9c9e8c 100755 --- a/.local/bin/conky/cover.sh +++ b/.local/bin/conky/cover.sh @@ -60,7 +60,6 @@ coverfile="$(find "$filedir" -maxdepth 1 -type f \( -iname 'cover.jpg' -o -iname #convert /tmp/cover.png $HOME/.config/conky-mpd/case.png -composite /tmp/cover.png >> $LOG ## Resize for immediate use # convert /tmp/cover.png -resize 120 /tmp/conkyCover.png >> $LOG -echo "$coverfile" >/tmp/asd convert "$coverfile" -resize 100 /tmp/conkyCover.png # >> $LOG ## Set current artist echo "$playing" > $TMP |