diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-09 02:56:01 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-09 02:56:01 +0100 |
commit | ab7ed89ffcb4abc7cc42bfa599d7e15791c6e541 (patch) | |
tree | 348d514fd316b4841d01a01b576d2459fffc5cb1 /README | |
parent | 9b688ee9a5cd2147c9d755d5d7410170197054ad (diff) | |
parent | 0054cc5beec8fe7673443f3a4a6a7a878a7f400d (diff) | |
download | xmobar-ab7ed89ffcb4abc7cc42bfa599d7e15791c6e541.tar.gz xmobar-ab7ed89ffcb4abc7cc42bfa599d7e15791c6e541.tar.bz2 |
Merge branch 'dev/auto-per-core-cpu-usage' of https://github.com/mathstuf/xmobar into mathstuf-dev/auto-per-core-cpu-usage
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -374,8 +374,12 @@ Monitors have default aliases. - aliases to `multicpu` - Args: default monitor arguments (see below) - Variables that can be used with the `-t`/`--template` argument: - `total`, `bar`, `user`, `nice`, `system`, `idle`, - `total0`, `bar0`, `user0`, `nice0`, `system0`, `idle0`, ... + `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. - Default template: `Cpu: <total>%` `Battery Args RefreshRate` |