blob: 4ee00875d297d34b84acc8c49203ee413ba3a1df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[module/mopidy]
type = internal/mpd
host = 127.0.0.1
port = 6600
; Seconds to sleep between progressbar/song timer sync
; Default: 1
interval = 5
#format-playing = <icon-stop> <toggle> %{F#a3be8c}%{F-} <label-song>
format-playing = <icon-stop> <toggle> %{F#a3be8c}%{F-}
format-paused = <icon-stop> <toggle>
format-stopped = <toggle>
label-song = %artist% - %title%
# label-song-background = ${colors.background-alt}
; Only applies if <icon-X> is used
icon-play =
icon-stop =
icon-pause =
|