diff options
author | Olivier Schneider <olivier.schneider@kolabnow.com> | 2018-03-03 15:50:02 +0100 |
---|---|---|
committer | Olivier Schneider <olivier.schneider@kolabnow.com> | 2018-03-07 20:39:21 +0100 |
commit | ae37e13986b45150f69d7cfa2555cf6b22ccc3c9 (patch) | |
tree | bd6780a415024ad152ba31c385d1d3d3036a51c4 /readme.md | |
parent | 2e28ddc842efeb7835ebfc04bb346c2faae54873 (diff) | |
download | xmobar-ae37e13986b45150f69d7cfa2555cf6b22ccc3c9.tar.gz xmobar-ae37e13986b45150f69d7cfa2555cf6b22ccc3c9.tar.bz2 |
Add ellipsis option for Monitor's fields and total text
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -642,6 +642,11 @@ These are the options available for all monitors below: than this value will be truncated. - Long option: `--maxwidth` - Default: 0 (no maximum width) +- `-e` _string_ Maximum width ellipsis + - Ellipsis to be added to the field when it has reached its + max width. + - Long option: `--maxwidthellipsis` + - Default: "" (no ellipsis) - `-w` _number_ Fixed field width - All fields will be set to this width, padding or truncating as needed. @@ -651,6 +656,11 @@ These are the options available for all monitors below: - Maximum total width of the text. - Long option: `--maxtwidth` - Default: 0 (no limit) +- `-E` _string_ Maximum total width ellipsis + - Ellipsis to be added to the total text when it has reached + its max width. + - Long option: `--maxtwidthellipsis` + - Default: "" (no ellipsis) - `-c` _string_ - Characters used for padding. The characters of _string_ are used cyclically. E.g., with `-P +- -w 6`, a field with value "foo" |