diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-12-18 03:17:38 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-12-18 03:17:38 +0100 |
commit | fa5443124c7aded9698e7683eca1e5c31a550ed4 (patch) | |
tree | 006fdebe6e83a1b4619cb8c0f9060274f41a357d /README | |
parent | 1e43372a6112a8f07ab47be470ba68633f96741b (diff) | |
download | xmobar-fa5443124c7aded9698e7683eca1e5c31a550ed4.tar.gz xmobar-fa5443124c7aded9698e7683eca1e5c31a550ed4.tar.bz2 |
New -d (decimal digits) monitor option (issue #58)
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -764,6 +764,10 @@ These are the arguments that can be used for internal commands in the in the monitor will be represented using 3 digits. - Long option: `--ppad` - Default value: 0 (don't pad) +- `-d` _number_ Decimal digits + - Number of digits after the decimal period to use in float values. + - Long option: `--ddigits` + - Default value: 0 (display only integer part) - `-m` _number_ Minimum field width - Minimum width, in number of characters, of the fields in the monitor template. Values whose printed representation is shorter |