Updated mpd (markdown)
This commit is contained in:
parent
825ea53e63
commit
f075850c6b
1 changed files with 2 additions and 2 deletions
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…
Add table
Reference in a new issue