cleanup: remove debug lines
This commit is contained in:
parent
eb7b2deb01
commit
7903260119
@ -17,7 +17,6 @@ if [ -z "$out" ]; then
|
||||
exit
|
||||
else
|
||||
path="$(mpc --format %file% | head -n1 | awk -F '/' '{ printf "music/%s/%s/cover.jpg\n", $1,$2 }')"
|
||||
echo $path
|
||||
dunstify -r 10010 -u "normal" -i "$HOME/$path" "MPD" "$out"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user