blob: 3a1e28dbd258ef42bcf510bb90479f9b7fbdb5fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[module/mpd]
type = internal/mpd
format-online = <toggle> <label-song>
format-offline = [mpd offline]
format-stopped =
icon-play =
icon-pause =
label-song = %{T2}%artist%%{T-}: %title%
label-song-maxlen = 50
label-song-ellipsis = true
# vim:ft=dosini
|