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