summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-12-10 17:06:42 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-12-10 17:06:42 +0100
commitd726f8e31984cd7afc4907615c58082e8049a671 (patch)
tree9058a26f534012262430faa640c10a0032229dcd /README
parentbf4b4ba93518ed75386533605df18bdadb93705b (diff)
downloadxmobar-d726f8e31984cd7afc4907615c58082e8049a671.tar.gz
xmobar-d726f8e31984cd7afc4907615c58082e8049a671.tar.bz2
Top: better meaning for -L/-H in memory entries
Now those are really thresholds over the percentage of process memory over total used memory (as was intended but badly implemented).
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index ad49cd8..9a7f92b 100644
--- a/README
+++ b/README
@@ -422,7 +422,11 @@ Monitors have default aliases.
`TopProc Args RefreshRate`
- aliases to `top`
-- Args: default monitor arguments (see below)
+- Args: default monitor arguments (see below). The low and high
+ thresholds (`-L` and `-H`) denote, for memory entries, the percent
+ of the process memory over the total amount of memory currently in
+ use and, for cpu entries, the activity percentage (i.e., the value
+ of `cpuN`, which takes values between 0 and 100).
- Variables that can be used with the `-t`/`--template` argument:
`no`, `name1`, `cpu1`, `both1`, `mname1`, `mem1`, `mboth1`,
`name2`, `cpu2`, `both2`, `mname2`, `mem2`, `mboth2`, ...
@@ -435,7 +439,9 @@ Monitors have default aliases.
`TopMem Args RefreshRate`
- aliases to `topmem`
-- Args: default monitor arguments (see below)
+- Args: default monitor arguments (see below). The low and high
+ thresholds (`-L` and `-H`) denote the percent of the process memory
+ over the total amount of memory currently in use.
- Variables that can be used with the `-t`/`--template` argument:
`name1`, `mem1`, `both1`, `name2`, `mem2`, `both2`, ...
- Default template: `<both1>`