summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorJose A Ortega Ruiz <jao@gnu.org>2010-01-25 04:28:50 +0100
committerJose A Ortega Ruiz <jao@gnu.org>2010-01-25 04:28:50 +0100
commit5cc61bd61e64d35f7e0053920b45a5cafea0db64 (patch)
tree66cfe6c5e41b2520605d12d2cbb8ba3c232cf3d7 /README
parent314a1261d5fed0bf7ae7a5537bf97e6549cf3401 (diff)
downloadxmobar-5cc61bd61e64d35f7e0053920b45a5cafea0db64.tar.gz
xmobar-5cc61bd61e64d35f7e0053920b45a5cafea0db64.tar.bz2
Documentation for the Disk monitor
Ignore-this: 6ad4fcf176b34efc1527973f4f18e12 darcs-hash:20100125032850-748be-f392b8dddcd5c568eb4fd1e31783bab39eb29671.gz
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 36b383b..73cc81b 100644
--- a/README
+++ b/README
@@ -348,6 +348,16 @@ Monitors have default aliases.
`left`
- Default template: `Batt: <left>`
+`Disk Disks Args RefreshRate`
+
+- aliases to `disk`
+- Disks: list of pairs of the form (device or mount point, template),
+ where the template can contain <total>, <read>, <write> for total,
+ read and write speed, respectively. Example:
+ `[("/", "<read> <write>"), ("sdb1", "<total>")]`
+- Args: the argument list (see below). `-t`/`--template` is ignored.
+- Default template: none (you must specify a template for each file system).
+
`Thermal Zone Args RefreshRate`
- aliases to the Zone: so `Zone "THRM" []` can be used in template as `%THRM%`