ncmpcpp: Show non-jpeg covers in notification

home-manager
Simon Bruder 2020-08-28 23:31:42 +02:00
parent eb7005f200
commit b9323f58f5
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ seek_time = 5
user_interface = alternative
# Desktop notification on song change
execute_on_song_change = notify-send -t 5000 -i "$(dirname $HOME/Music/"$(mpc --format %file% current)")/cover.jpg" "Now Playing" -- "$(mpc --format '%title% \n%artist% %album%' current)"
execute_on_song_change = notify-send -t 5000 -i "$(dirname $HOME/Music/"$(mpc --format %file% current)")/cover."* "Now Playing" -- "$(mpc --format '%title% \n%artist% %album%' current)"