diff options
author | Ben Boeckel <MathStuf@gmail.com> | 2010-12-08 20:29:59 -0500 |
---|---|---|
committer | Ben Boeckel <MathStuf@gmail.com> | 2010-12-08 20:29:59 -0500 |
commit | 0054cc5beec8fe7673443f3a4a6a7a878a7f400d (patch) | |
tree | c689a82a4a25e37fae72932a947386ced8e66bb0 /README | |
parent | 73ac9faa18b948242ada9b90a365fdf0d238d2d2 (diff) | |
download | xmobar-0054cc5beec8fe7673443f3a4a6a7a878a7f400d.tar.gz xmobar-0054cc5beec8fe7673443f3a4a6a7a878a7f400d.tar.bz2 |
Remove auto*% options
The -P option now covers this case.
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -371,12 +371,11 @@ Monitors have default aliases. - Args: default monitor arguments (see below) - Variables that can be used with the `-t`/`--template` argument: `autototal`, `autobar`, `autouser`, `autonice`, - `autosystem`, `autoidle`, `autototal%`, `autobar%`, - `autouser%`, `autonice%`, `autosystem%`, `autoidle%`, - `total`, `bar`, `user`, `nice`, `system`, `idle`, - `total0`, `bar0`, `user0`, `nice0`, `system0`, `idle0`, ... + `autosystem`, `autoidle`, `total`, `bar`, `user`, `nice`, + `system`, `idle`, `total0`, `bar0`, `user0`, `nice0`, + `system0`, `idle0`, ... - The auto* variables automatically detect the number of CPUs on the system - and displays one entry for each, with or without a trailing '%'. + and displays one entry for each. - Default template: `Cpu: <total>%` `Battery Args RefreshRate` |