From bdbd04551e0de89c513ab67775995cd49b857c20 Mon Sep 17 00:00:00 2001 From: slotThe Date: Mon, 14 Oct 2019 12:59:53 +0200 Subject: Update readme --- readme.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/readme.md b/readme.md index 91a85b6..a20a85f 100644 --- a/readme.md +++ b/readme.md @@ -1155,6 +1155,25 @@ more than one battery. - `--highd` _number_ High threshold for dB. Defaults to -5.0. - `--lowd` _number_ Low threshold for dB. Defaults to -30.0. - `--volume-icon-pattern` _string_ dynamic string for current volume in `volumeipat`. + - `-H` _number_ High threshold for volume (in %). Defaults to 60.0. + - Long option: `--highv` + - `-L` _number_ Low threshold for volume (in %). Defaults to 20.0. + - Long option: `--lowv` + - `-h`: _string_ High string + - The string added in front of `` when the mixer element + is on and the volume percentage is higher than the `-H` threshold. + Defaults to "". + - Long option: `--highs` + - `-m`: _string_ Medium string + - The string added in front of `` when the mixer element + is on and the volume percentage is lower than the `-H` threshold. + Defaults to "". + - Long option: `--mediums` + - `-l`: _string_ Low string + - The string added in front of `` when the mixer element + is on and the volume percentage is lower than the `-L` threshold. + Defaults to "". + - Long option: `--lows` - Variables that can be used with the `-t`/`--template` argument: `volume`, `volumebar`, `volumevbar`, `volumeipat`, `dB`, `status` - Note that `dB` might only return 0 on your system. This is known -- cgit v1.2.3