diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-07 20:47:35 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-07 20:47:35 +0100 |
commit | 68dada84d0e3f820a38395051b374d14e12d5ff1 (patch) | |
tree | de3f4df24922822a352b5c2d39a88e123f068180 /README | |
parent | 9ee314056f6db2596477978a297692869a7a78ed (diff) | |
download | xmobar-68dada84d0e3f820a38395051b374d14e12d5ff1.tar.gz xmobar-68dada84d0e3f820a38395051b374d14e12d5ff1.tar.bz2 |
New Monitor option to enable/disable '%' in displayed percentages
The option is -P, and takes either "True" (the default) or anything
else to denote False.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -535,6 +535,7 @@ These are the arguments that can be used for internal commands in the -h color number --high=color number Color for the high threshold: es "#FF0000" -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 True/False --percent=True/False Use % to display percents (default: True) -p number --ppad=number Pad percentages to given width -m number --minwidth=number Minimum field width -M number --maxwidth=number Maximum field width |