diff options
author | jao <jao@gnu.org> | 2019-10-05 22:43:57 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-10-05 22:43:57 +0100 |
commit | 4b30381ad102b30e311c17ab4c6c43e328f2cf66 (patch) | |
tree | df74dc913c5c74bb128b0e77781f9a45fcae3d83 /readme.md | |
parent | d1ba32888b402f3841847541ded9cc4349ae2f66 (diff) | |
download | xmobar-4b30381ad102b30e311c17ab4c6c43e328f2cf66.tar.gz xmobar-4b30381ad102b30e311c17ab4c6c43e328f2cf66.tar.bz2 |
New flag `contiguous-icons` for `MultiCpu` (issue #388)
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -866,6 +866,8 @@ specification, such as `("clear", "<icon=weather-clear.xbm/>")`. corresponds to nth cpu. - `--fallback-icon-pattern`: dynamic string used by `autoipat` and `ipat{i}` when no `--load-icon-patterns` has been provided for `cpu{i}` + - `--contiguous-icons`: flag (no value needs to be provided) that + causes the load icons to be drawn without padding. - Thresholds refer to percentage of CPU load - Variables that can be used with the `-t`/`--template` argument: `autototal`, `autobar`, `autovbar`, `autoipat`, `autouser`, `autonice`, |