diff options
author | Ben Boeckel <MathStuf@gmail.com> | 2010-12-08 20:11:17 -0500 |
---|---|---|
committer | Ben Boeckel <MathStuf@gmail.com> | 2010-12-08 20:11:17 -0500 |
commit | 73ac9faa18b948242ada9b90a365fdf0d238d2d2 (patch) | |
tree | 72c1f8d0dcd4ad2c3031ee74e3fc6b86571850e0 /README | |
parent | 9425e2f2b424f23346bd6c7af7494be66145c5c0 (diff) | |
download | xmobar-73ac9faa18b948242ada9b90a365fdf0d238d2d2.tar.gz xmobar-73ac9faa18b948242ada9b90a365fdf0d238d2d2.tar.bz2 |
Update documentation for MultiCpu
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -370,8 +370,13 @@ Monitors have default aliases. - aliases to `multicpu` - 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`, ... +- The auto* variables automatically detect the number of CPUs on the system + and displays one entry for each, with or without a trailing '%'. - Default template: `Cpu: <total>%` `Battery Args RefreshRate` |