summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2019-05-23 17:56:15 +0100
committerjao <jao@gnu.org>2019-05-23 17:56:15 +0100
commit7aeb01c7dc010bd621d22bf342c599b4df9a1392 (patch)
tree96c29e8e7668df354a37f2acb2bd3225b487037e /readme.md
parent0ff8f6a7d6c775efa35698e067b4dd6c036ee2cd (diff)
downloadxmobar-7aeb01c7dc010bd621d22bf342c599b4df9a1392.tar.gz
xmobar-7aeb01c7dc010bd621d22bf342c599b4df9a1392.tar.bz2
New DiskIO template variables with bytes rather than speed (#390)
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/readme.md b/readme.md
index e66830b..6834eaf 100644
--- a/readme.md
+++ b/readme.md
@@ -964,11 +964,15 @@ more than one battery.
- Aliases to `diskio`
- 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. There are also bar versions of each:
- `<totalbar>`, `<totalvbar>`, `<totalipat>`,
- `<readbar>`, `<readvbar>`, `<readipat>`,
- `<writebar>`, `<writevbar>`, and `<writeipat>`.
+ where the template can contain `<total>`, `<read>`, `<write>` for
+ total, read and write speed, respectively, as well as `<totalb>`,
+ `<readb>`, `<writeb>`, which report number of bytes during the last
+ refresh period rather than speed. There are also bar versions of
+ each: `<totalbar>`, `<totalvbar>`, `<totalipat>`, `<readbar>`,
+ `<readvbar>`, `<readipat>`, `<writebar>`, `<writevbar>`, and
+ `<writeipat>`; and their "bytes" counterparts: `<totalbbar>`,
+ `<totalbvbar>`, `<totalbipat>`, `<readbbar>`, `<readbvbar>`,
+ `<readbipat>`, `<writebbar>`, `<writebvbar>`, and `<writebipat>`.
- Thresholds refer to speed in b/s
- Args: default monitor arguments. `-t`/`--template` is ignored. Plus
- `--total-icon-pattern`: dynamic string for total disk I/O in `<totalipat>`.