diff options
author | Mirko Augsburger <git+taschenrechner@mist.name> | 2010-06-25 01:19:09 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2010-06-25 01:24:26 +0200 |
commit | 28ba2ae8920ed5a020d51d51ee75dd8899aa0df1 (patch) | |
tree | f10adcd7f1bd11c0a4b50ca7dfff9b2a548bf6a4 /man | |
parent | 71f71660322b12b8602f5979222d280b7db333bd (diff) |
disk_info: implement %avail
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/i3status.man b/man/i3status.man index b7f362e..42d2e33 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -125,11 +125,11 @@ best available public IPv6 address on your computer). === Disk -Gets used, free and total amount of bytes on the given mounted filesystem. +Gets used, free, available and total amount of bytes on the given mounted filesystem. *Example order*: +disk /mnt/usbstick+ -*Example format*: +%free / %total+ +*Example format*: +%free (%avail)/ %total+ === Run-watch |