diff options
author | jao <jao@gnu.org> | 2019-11-13 23:49:52 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-11-14 00:35:46 +0000 |
commit | 6150993d0528b2a081b3d7e0b7e76732a611625d (patch) | |
tree | 7a7f914d61db6da89017f14eb386b3556c2ac397 /readme.md | |
parent | 74df93eaa2da360af6593fe473698d211370de15 (diff) | |
download | xmobar-6150993d0528b2a081b3d7e0b7e76732a611625d.tar.gz xmobar-6150993d0528b2a081b3d7e0b7e76732a611625d.tar.bz2 |
MPD monitor: host and port specifiable in config
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1214,7 +1214,9 @@ following differences: `-S` and `-Z`, with an string argument, to represent the playing, stopped and paused states in the `statei` template field. The environment variables `MPD_HOST` and `MPD_PORT` are used to - configure the mpd server to communicate with. Also available: + configure the mpd server to communicate with, unless given in the + additional arguments `-p` (`--port`) and `-h` (`--host`). Also + available: - `lapsed-icon-pattern`: dynamic string for current track position in `ipat`. - Variables that can be used with the `-t`/`--template` argument: `bar`, `vbar`, `ipat`, `state`, `statei`, `volume`, `length`, |