add: mpd icons/buttons

This commit is contained in:
Tobias Reisinger 2020-03-16 22:16:26 +01:00
parent 1e61193578
commit f96d735c39

View file

@ -100,13 +100,21 @@
[module/mpd] [module/mpd]
type = internal/mpd type = internal/mpd
format-online =  <label-song> <label-time> <icon-prev> <icon-stop> <toggle> <icon-next> ; format-online = <icon-random><icon-repeat><icon-repeatone><icon-single><icon-consume> <label-song> <label-time> <icon-seekb> <icon-prev> <icon-stop> <toggle> <icon-next> <icon-seekf>
format-online =  <label-song> <label-time> <icon-seekb> <icon-prev> <icon-stop> <toggle> <icon-next> <icon-seekf>
icon-prev = icon-prev =
icon-stop = icon-stop =
icon-play = icon-play =
icon-pause = icon-pause =
icon-next = icon-next =
icon-seekb =
icon-seekf =
icon-random = " "
icon-repeat = " "
icon-repeatone = " "
icon-single = " "
icon-consume = " "
label-song-maxlen = 50 label-song-maxlen = 50
label-song = %artist% - %title% label-song = %artist% - %title%