diff options
| author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-02-04 16:04:50 +0100 | 
|---|---|---|
| committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-02-04 16:04:50 +0100 | 
| commit | d45ca504179f488f3958c1f7f3fd659b75be398d (patch) | |
| tree | 636992a0c8346af87e324e164c0ff5536efcc46b /README | |
| parent | 6c4970ea293796a832ecd1b292ec99a9695bf276 (diff) | |
| download | xmobar-d45ca504179f488f3958c1f7f3fd659b75be398d.tar.gz xmobar-d45ca504179f488f3958c1f7f3fd659b75be398d.tar.bz2 | |
DiskU/DiskIO documented in README
Ignore-this: 138c669d641aee601ab76523cfd250e9
darcs-hash:20100204150450-1d908-8d41c512348b625cd265d58d09cee8fd612451ce.gz
Diffstat (limited to 'README')
| -rw-r--r-- | README | 17 | 
1 files changed, 14 insertions, 3 deletions
| @@ -344,7 +344,7 @@ Monitors have default aliases.  `BatteryP Dirs Args RefreshRate`  - aliases to `battery` -- Files: list of directories in /proc/acpi/battery/ directory where to +- Dirs: list of directories in /proc/acpi/battery/ directory where to    look for the `state` and `info` files. Example:    `["BAT0","BAT1","BAT2"]`. Only the first 3 directories will be    searched. @@ -353,9 +353,20 @@ Monitors have default aliases.  	    `left`  - Default template: `Batt: <left>` -`Disk Disks Args RefreshRate` +`DiskU Disks Args RefreshRate` -- aliases to `disk` +- 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> for total, free, used, free percentage and used percentage +  of the given file system capacity. Example: +  `[("/", "<used>/<size>"), ("sdb1", "<usedp>")]` +- Args: the argument list (see below). `-t`/`--template` is ignored. +- Default template: none (you must specify a template for each file system). + +`DiskIO Disks Args RefreshRate` + +- 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. Example: | 
