mpd: add paused format string

This commit is contained in:
Cole Helbling
2019-10-15 09:24:04 -07:00
committed by Cole Helbling
parent d294352845
commit 75c6e2e7d5
3 changed files with 11 additions and 2 deletions

View File

@ -38,13 +38,17 @@ Addressed by *mpd*
*format*: ++
typeof: string ++
default: "{album} - {artist} - {title}" ++
Information displayed when a song is playing or paused
Information displayed when a song is playing.
*format-stopped*: ++
typeof: string ++
default: "stopped" ++
Information displayed when the player is stopped.
*format-paused*: ++
typeof: string ++
This format is used when a song is paused.
*format-disconnected*: ++
typeof: string ++
default: "disconnected" ++