diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-02-12 01:03:37 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-02-12 01:03:37 +0100 |
commit | 3b7bfcdefdfdd1dce75b379cea16b33e5a34653b (patch) | |
tree | c98d3ce9851421e2f92f9ab0380758b73b92700d /README | |
parent | 2169c1b1dea4391366e07d18a3743748ff94fe9e (diff) | |
download | xmobar-3b7bfcdefdfdd1dce75b379cea16b33e5a34653b.tar.gz xmobar-3b7bfcdefdfdd1dce75b379cea16b33e5a34653b.tar.bz2 |
Documentation for the TopCpu/TopMem monitors
Ignore-this: 792790b0fc73b9feb5a80df9a8602b1
darcs-hash:20100212000337-1d908-a6386605d769b39246ea0aba2999b6c49f3d332f.gz
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -353,6 +353,28 @@ Monitors have default aliases. `left` - Default template: `Batt: <left>` +`TopCpu 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`, ... +- 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. + +`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`, ... +- Default template: `<both1>` +- Displays the name and RSS (resident memory size) of running + processes (`bothn` displays both, and is useful to specify an + overall maximum and/or minimum width, using the `-m`/`-M` arguments. + `DiskU Disks Args RefreshRate` - aliases to `disku` |