diff options
author | Jose A Ortega Ruiz <jao@gnu.org> | 2010-03-26 21:54:17 +0100 |
---|---|---|
committer | Jose A Ortega Ruiz <jao@gnu.org> | 2010-03-26 21:54:17 +0100 |
commit | a7e82319a61ca5adbaf1fd95430c788e78b2f436 (patch) | |
tree | 2d3bca3937dd326f105d3619f648a85475cf6d4e /README | |
parent | 9778203cf27e77a9ba6620423395a04642a640b7 (diff) | |
download | xmobar-a7e82319a61ca5adbaf1fd95430c788e78b2f436.tar.gz xmobar-a7e82319a61ca5adbaf1fd95430c788e78b2f436.tar.bz2 |
More Top improvements and cleanups.
Ignore-this: 32354a5348abae22ab7646e1aef43b4
darcs-hash:20100326205417-748be-ac94fa443132775b3f38da10964424a7682e5ed5.gz
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -372,12 +372,13 @@ Monitors have default aliases. - aliases to `top` - Args: the argument list (see below) - Variables that can be used with the `-t`/`--template` argument: - `name1`, `cpu1`, `both1`, `mname1`, `mem1`, `mboth1`, - `name2`, `cpu2`, `both2`, `mname2`, `mem2`, `mboth2`, + `no`, `name1`, `cpu1`, `both1`, `mname1`, `mem1`, `mboth1`, + `name2`, `cpu2`, `both2`, `mname2`, `mem2`, `mboth2`, ... - Default template: `<both1>` - 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. + maximum and/or minimum width, using the `-m`/`-M` arguments. `no` gives + the total number of processes. `TopMem Args RefreshRate` |