summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorslotThe <soliditsallgood@tuta.io>2019-10-14 12:59:53 +0200
committerslotThe <soliditsallgood@tuta.io>2019-10-14 12:59:53 +0200
commitbdbd04551e0de89c513ab67775995cd49b857c20 (patch)
treef9e0a6e27024623c801422c77eacc39ffd5e5804
parent85f9d7c227cbfb761b8f578a522095ea675ad612 (diff)
downloadxmobar-bdbd04551e0de89c513ab67775995cd49b857c20.tar.gz
xmobar-bdbd04551e0de89c513ab67775995cd49b857c20.tar.bz2
Update readme
-rw-r--r--readme.md19
1 files changed, 19 insertions, 0 deletions
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 `<status>` 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 `<status>` 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 `<status>` 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