diff options
author | Eric Mrak <mail@ericmrak.info> | 2014-03-15 19:36:56 -0700 |
---|---|---|
committer | Eric Mrak <mail@ericmrak.info> | 2014-03-15 19:36:56 -0700 |
commit | 2a43aae25b980bf08fd0b50c9517f9f72eb94f93 (patch) | |
tree | 51ea46dfca5f085df6d744224dd925c5615bd95d /readme.md | |
parent | 49ab20e6360456f8d8fbcdc931406b5cf7bd0cca (diff) | |
download | xmobar-2a43aae25b980bf08fd0b50c9517f9f72eb94f93.tar.gz xmobar-2a43aae25b980bf08fd0b50c9517f9f72eb94f93.tar.bz2 |
DiskU/DiskIO have vbar equivalents
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -840,8 +840,9 @@ more than one battery. - Aliases to `disku` - Disks: list of pairs of the form (device or mount point, template), where the template can contain `<size>`, `<free>`, `<used>`, `<freep>` or - `<usedp>`, `<freebar>` or `<usedbar>` for total, free, used, free - percentage and used percentage of the given file system capacity. + `<usedp>`, `<freebar>`, `<freevbar>`, `<usedbar>` or `<usedvbar>` for total, + free, used, free percentage and used percentage of the given file system + capacity. - Args: default monitor arguments. `-t`/`--template` is ignored. - Default template: none (you must specify a template for each file system). - Example: @@ -855,7 +856,9 @@ 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. + read and write speed, respectively. There are also bar versions of each: + `<totalbar>`, `<totalvbar>`, `<readbar>`, `<readvbar>`, `<writebar>`, and + `<writevbar>`. - Args: default monitor arguments. `-t`/`--template` is ignored. - Default template: none (you must specify a template for each file system). - Example: |