diff options
author | Valentin-Costel Hăloiu <vially.ichb@gmail.com> | 2012-12-03 13:36:12 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-12-03 15:11:02 +0100 |
commit | 0974b41df4b32d8988f6a07ca95b6aa24ac6569f (patch) | |
tree | ce083b7264524ef6b0ae0e1eddabd99d44952b75 | |
parent | 71701de342d61ba008a55badb0de9e03e5ebd3bb (diff) | |
download | xmobar-0974b41df4b32d8988f6a07ca95b6aa24ac6569f.tar.gz xmobar-0974b41df4b32d8988f6a07ca95b6aa24ac6569f.tar.bz2 |
Fix DiskU documentation
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -756,8 +756,8 @@ something like: - 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 + 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. - Args: default monitor arguments. `-t`/`--template` is ignored. - Default template: none (you must specify a template for each file system). |