diff options
author | Kent R. Spillner <kspillner@acm.org> | 2012-07-28 13:40:09 -0500 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-07-28 21:24:26 +0200 |
commit | c536c50b220e0e5346c8b99d67086fe18a79ebd1 (patch) | |
tree | fed7c3e9e2370e4aa897a363114f37348b0e2a87 /readme.md | |
parent | ededb764b496669013198419a56f2ee513d52587 (diff) | |
download | xmobar-c536c50b220e0e5346c8b99d67086fe18a79ebd1.tar.gz xmobar-c536c50b220e0e5346c8b99d67086fe18a79ebd1.tar.bz2 |
Correct reference to normal color option.
The description for -L should refer to -n (normal color), not -m
(minimum width).
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -766,7 +766,7 @@ These are the arguments that can be used for internal commands in the - Default value: 66 - `-L` _number_ The low threshold. - Numerical values higher than _number_ and lower than the high - threshold will be displayed with the color specified by `-m` + threshold will be displayed with the color specified by `-n` (see below). Values lower than _number_ will use the `-l` color. - Long option: `--Low` - Default value: 80 - Default value: 33 |