diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-08-21 21:21:02 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-08-21 21:21:02 +0200 |
commit | d17958115fbb80d5baf58830f33390cd21acedac (patch) | |
tree | cfb558267a25184fb321b0b79dedc260dead012c /README | |
parent | be97b76ef677a33aea1b688aeba8453c8db6306c (diff) | |
download | xmobar-d17958115fbb80d5baf58830f33390cd21acedac.tar.gz xmobar-d17958115fbb80d5baf58830f33390cd21acedac.tar.bz2 |
Report iowait in Cpu monitor (fixes #55)
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -407,7 +407,7 @@ Monitors have default aliases. - Aliases to `cpu` - Args: default monitor arguments (see below) - Variables that can be used with the `-t`/`--template` argument: - `total`, `bar`, `user`, `nice`, `system`, `idle` + `total`, `bar`, `user`, `nice`, `system`, `idle`, `iowait` - Default template: `Cpu: <total>%` `MultiCpu Args RefreshRate` |