diff options
author | Jose A. Ortega Ruiz <jao@gnu.org> | 2010-01-21 13:31:11 +0100 |
---|---|---|
committer | Jose A. Ortega Ruiz <jao@gnu.org> | 2010-01-21 13:31:11 +0100 |
commit | 0241717d47595110ef80912445048710c5b997ac (patch) | |
tree | 8081251cf21bbc8c0d6950276eb850eea9fafbba /README | |
parent | c2369d2334dbe7a66c3b7570311fcc08b16b0109 (diff) | |
download | xmobar-0241717d47595110ef80912445048710c5b997ac.tar.gz xmobar-0241717d47595110ef80912445048710c5b997ac.tar.bz2 |
New options in Monitors (padding and width)
Ignore-this: c49cd3f7a80073e897cddaab88143f56
Maximum/minimum field width, padding characters and padding alignment
can now be specified as options (-M, -m, -c, -a).
darcs-hash:20100121123111-40885-dfc41e464920fe667981ff16507dc8ace5dfa6c9.gz
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -397,6 +397,10 @@ These are the arguments that can be used for internal commands in the -n color number --normal=color number Color for the normal threshold: es "#00FF00" -l color number --low=color number Color for the low threshold: es "#0000FF" -p number --ppad=number Pad percentages to given width + -m number --minwidth=number Minimum field width + -M number --maxwidth=number Maximum field width + -c chars --padchars=chars Chars used (cyclically) for padding + -a ["r" or "l"] --align=["r" or "l"] Pad alignment (right/left) -t output template --template=output template Output template of the command. Commands' arguments must be set as a list. Es: |