path="/home/$USER/.config/eww/widgets/player/playing-image.jpg"
rm $path 2> /dev/null
opt=$(playerctl metadata | grep artUrl | awk '{ print $3 }')
wget $opt -O $path