From 0241717d47595110ef80912445048710c5b997ac Mon Sep 17 00:00:00 2001 From: "Jose A. Ortega Ruiz" Date: Thu, 21 Jan 2010 13:31:11 +0100 Subject: 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 --- README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README') diff --git a/README b/README index 27c21c0..36b383b 100644 --- a/README +++ b/README @@ -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: -- cgit v1.2.3