Add mpd module config
This commit is contained in:
parent
2572060511
commit
f0956d156e
1 changed files with 12 additions and 0 deletions
|
@ -74,6 +74,18 @@ enable-ipc = true
|
||||||
|
|
||||||
; override-redirect = true
|
; override-redirect = true
|
||||||
|
|
||||||
|
[module/mpd]
|
||||||
|
type = internal/mpd
|
||||||
|
host = 127.0.0.1
|
||||||
|
port = 6600
|
||||||
|
format-online-background = ${colors.background}
|
||||||
|
format-online-foreground = ${colors.teal}
|
||||||
|
format-playing = " <label-song>"
|
||||||
|
format-paused = " <label-song>"
|
||||||
|
format-stopped =
|
||||||
|
|
||||||
|
label-song = "%artist% - %title% "
|
||||||
|
|
||||||
[module/systray]
|
[module/systray]
|
||||||
type = internal/tray
|
type = internal/tray
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue