diff options
author | slotThe <soliditsallgood@tuta.io> | 2019-10-14 12:59:53 +0200 |
---|---|---|
committer | slotThe <soliditsallgood@tuta.io> | 2019-10-14 12:59:53 +0200 |
commit | bdbd04551e0de89c513ab67775995cd49b857c20 (patch) | |
tree | f9e0a6e27024623c801422c77eacc39ffd5e5804 /readme.md | |
parent | 85f9d7c227cbfb761b8f578a522095ea675ad612 (diff) | |
download | xmobar-bdbd04551e0de89c513ab67775995cd49b857c20.tar.gz xmobar-bdbd04551e0de89c513ab67775995cd49b857c20.tar.bz2 |
Update readme
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |