add: mpd icons/buttons
This commit is contained in:
parent
1e61193578
commit
f96d735c39
1 changed files with 9 additions and 1 deletions
|
@ -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%
|
||||||
|
|
Loading…
Reference in a new issue