6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
|
|
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
|