From: Luke Bonham Date: Sat, 7 Sep 2013 11:37:51 +0000 (-0700) Subject: Updated mpd (markdown) X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/8fc9c620eeb9b410a2bcb36c65b15d73b5e5c9e1 Updated mpd (markdown) --- diff --git a/mpd.md b/mpd.md index 17acab8..d86b2c6 100644 --- a/mpd.md +++ b/mpd.md @@ -1,4 +1,4 @@ -Shows mpd status in a textbox. +Shows MPD status in a textbox. mympd = lain.widgets.mpd() @@ -20,9 +20,9 @@ The function takes a table as optional argument, which can contain: Variable | Meaning | Type | Default --- | --- | --- | --- -`password` | Mpd password | string | "" -`host` | Mpd server | string | "127.0.0.1" -`port` | Mpd port | string | "6600" +`password` | MPD password | string | "" +`host` | MPD server | string | "127.0.0.1" +`port` | MPD port | string | "6600" `music_dir` | Music directory | string | "~/Music" `refresh_timeout` | Refresh timeout seconds | int | 1 `color_artist` | Artist value color | string | `beautiful.fg_normal` or "#FFFFFF"