mirror of https://github.com/lcpz/lain.git
Updated mpd (markdown)
This commit is contained in:
parent
2b497c0ed8
commit
edaee61561
4
mpd.md
4
mpd.md
|
@ -29,12 +29,12 @@ Variable | Meaning | Type | Default
|
||||||
`refresh_timeout` | Refresh timeout seconds | int | 1
|
`refresh_timeout` | Refresh timeout seconds | int | 1
|
||||||
`header_color` | Artist value color | string | `beautiful.fg_normal` or "#FFFFFF"
|
`header_color` | Artist value color | string | `beautiful.fg_normal` or "#FFFFFF"
|
||||||
`color` | Song value color | string | `beautiful.fg_focus` or "#FFFFFF"
|
`color` | Song value color | string | `beautiful.fg_focus` or "#FFFFFF"
|
||||||
`footer` | Text to append to values | string | ""
|
|
||||||
`spr` | Separator text between artist and song values | string | " "
|
`spr` | Separator text between artist and song values | string | " "
|
||||||
|
`footer` | Text to append after values | string | ""
|
||||||
`app` | Music program to spawn on click | string | "ncmpcpp"
|
`app` | Music program to spawn on click | string | "ncmpcpp"
|
||||||
`shadow` | Hide widget when there are no songs playing | boolean | false
|
`shadow` | Hide widget when there are no songs playing | boolean | false
|
||||||
|
|
||||||
**Note**: `footer` and `spr` can be markup text.
|
**Note**: `spr` and `footer` can be markup text.
|
||||||
|
|
||||||
`lain.widgets.mpd` outputs the following table:
|
`lain.widgets.mpd` outputs the following table:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue