diff options
author | Eric Mrak <mail@ericmrak.info> | 2014-03-13 19:41:42 -0700 |
---|---|---|
committer | Eric Mrak <mail@ericmrak.info> | 2014-03-13 20:07:54 -0700 |
commit | c7667a521264a7f2d397b651f7991664349d6897 (patch) | |
tree | 47ee0170c9d134fd358d23df6cdbfc52db6ca1dd /readme.md | |
parent | 3e5a0a6c8e231db39c4d2593abb035ee0d5149df (diff) | |
download | xmobar-c7667a521264a7f2d397b651f7991664349d6897.tar.gz xmobar-c7667a521264a7f2d397b651f7991664349d6897.tar.bz2 |
MultiCpu now has vbar
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -732,9 +732,9 @@ something like: - Aliases to `multicpu` - Args: default monitor arguments - Variables that can be used with the `-t`/`--template` argument: - `autototal`, `autobar`, `autouser`, `autonice`, - `autosystem`, `autoidle`, `total`, `bar`, `user`, `nice`, - `system`, `idle`, `total0`, `bar0`, `user0`, `nice0`, + `autototal`, `autobar`, `autovbar`, `autouser`, `autonice`, + `autosystem`, `autoidle`, `total`, `bar`, `vbar`, `user`, `nice`, + `system`, `idle`, `total0`, `bar0`, `vbar0`, `user0`, `nice0`, `system0`, `idle0`, ... The auto* variables automatically detect the number of CPUs on the system and display one entry for each. |