diff options
author | jao <jao@gnu.org> | 2019-05-23 17:56:15 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-05-23 17:56:15 +0100 |
commit | 7aeb01c7dc010bd621d22bf342c599b4df9a1392 (patch) | |
tree | 96c29e8e7668df354a37f2acb2bd3225b487037e /readme.md | |
parent | 0ff8f6a7d6c775efa35698e067b4dd6c036ee2cd (diff) | |
download | xmobar-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.md | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -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>`. |