diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2014-02-15 12:50:59 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2014-02-15 12:50:59 +0100 |
commit | 0a9528f92cddd6b145be7e75142af2b1b2905877 (patch) | |
tree | 81b685330cf001571ac3235169f414d509bcc2fc | |
parent | c28cbcf859d303483ed6def8a113ed3b60375eb7 (diff) | |
download | xmobar-0a9528f92cddd6b145be7e75142af2b1b2905877.tar.gz xmobar-0a9528f92cddd6b145be7e75142af2b1b2905877.tar.bz2 |
Doc fixes
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -954,10 +954,10 @@ more than one battery. The environment variables `MPD_HOST` and `MPD_PORT` are used to configure the mpd server to communicate with. - Variables that can be used with the `-t`/`--template` argument: - `bar`, `state`, `statei`, `volume`, `length` + `bar`, `state`, `statei`, `volume`, `length`, `lapsed`, `remaining`, - `plength` (playlist length), `ppos` (playlist position) - `name`, `artist`, `composer`, `performer` + `plength` (playlist length), `ppos` (playlist position), + `name`, `artist`, `composer`, `performer`, `album`, `title`, `track`, `file`, `genre` - Default template: `MPD: <state>` - Example (note that you need "--" to separate regular monitor options from |