diff options
author | Jose A Ortega Ruiz <jao@gnu.org> | 2010-05-30 15:26:42 +0200 |
---|---|---|
committer | Jose A Ortega Ruiz <jao@gnu.org> | 2010-05-30 15:26:42 +0200 |
commit | dda166d42608f2170dd3af14a1a28e82941429fd (patch) | |
tree | 9f71d53b16a79896b49a6dc34265c724a76ff504 /README | |
parent | d89e78b8e254bb0c2b1597d85998b49754849113 (diff) | |
download | xmobar-dda166d42608f2170dd3af14a1a28e82941429fd.tar.gz xmobar-dda166d42608f2170dd3af14a1a28e82941429fd.tar.bz2 |
New MPD field: remaining time.
Ignore-this: 26930a015637cf0b4bb86e5c84409654
darcs-hash:20100530132642-748be-b1baa3fa98907c333733134c56cb6cd29625181f.gz
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -451,7 +451,8 @@ Monitors have default aliases. playing, stopped and paused states in the `statei` template field. - Variables that can be used with the `-t`/`--template` argument: `bar`, `state`, `statei`, `volume`, `length` - `lapsed`, `plength` (playlist length), `ppos` (playlist position) + `lapsed`, `remaining`, + `plength` (playlist length), `ppos` (playlist position) `name`, `artist`, `composer`, `performer` `album`, `title`, `track`, `file`, `genre` - Default template: `MPD: <state>` |