diff options
author | Jose A Ortega Ruiz <jao@gnu.org> | 2010-03-26 04:09:56 +0100 |
---|---|---|
committer | Jose A Ortega Ruiz <jao@gnu.org> | 2010-03-26 04:09:56 +0100 |
commit | 9778203cf27e77a9ba6620423395a04642a640b7 (patch) | |
tree | a71fd48fccd37a89382144d39981ee4452b3c60d /README | |
parent | f6b0e885b7359f60d6da826b3bf8ca4301bb5f8c (diff) | |
download | xmobar-9778203cf27e77a9ba6620423395a04642a640b7.tar.gz xmobar-9778203cf27e77a9ba6620423395a04642a640b7.tar.bz2 |
Less resource hungry Top monitors.
Ignore-this: f963302295a675773ab3bfd54e458a0d
darcs-hash:20100326030956-748be-df70f254d1274a3f4b576df392cf6c30a0f1f582.gz
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -367,23 +367,24 @@ Monitors have default aliases. `left`, `leftbar`, `status` - Default template: `Batt: <left>` -`TopCpu Args RefreshRate` +`TopProc Args RefreshRate` - aliases to `top` - Args: the argument list (see below) - Variables that can be used with the `-t`/`--template` argument: - `name1`, `cpu1`, `both1`, `name2`, `cpu2`, `both2`, ... + `name1`, `cpu1`, `both1`, `mname1`, `mem1`, `mboth1`, + `name2`, `cpu2`, `both2`, `mname2`, `mem2`, `mboth2`, - Default template: `<both1>` -- Displays the name and cpu usage of running processes (`bothn` - displays both, and is useful to specify an overall maximum and/or - minimum width, using the `-m`/`-M` arguments. +- Displays the name and cpu/mem usage of running processes (`bothn` + and `mboth` display both, and is useful to specify an overall + maximum and/or minimum width, using the `-m`/`-M` arguments. `TopMem Args RefreshRate` - aliases to `topmem` - Args: the argument list (see below) - Variables that can be used with the `-t`/`--template` argument: - `name1`, `rss1`, `both1`, `name2`, `rss2`, `both2`, ... + `name1`, `mem1`, `both1`, `name2`, `mem2`, `both2`, ... - Default template: `<both1>` - Displays the name and RSS (resident memory size) of running processes (`bothn` displays both, and is useful to specify an |