mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
mpd: add paused format string
This commit is contained in:

committed by
Cole Helbling

parent
d294352845
commit
75c6e2e7d5
@ -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" ++
|
||||
|
Reference in New Issue
Block a user