diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2012-08-31 14:16:58 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2012-08-31 14:16:58 +0200 |
commit | d6b8a4efc1c07f3bbf5f01f524986ecb496711a0 (patch) | |
tree | 01a89fb7592b94fa7baebd02209d4e84a36f4e42 /man | |
parent | 50ad0334f648d74c0093bf95270e5f60859888ae (diff) |
introduce percentages for all values, document them
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/i3status.man b/man/i3status.man index 5938acb..35cdb73 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -156,10 +156,15 @@ best available public IPv6 address on your computer). Gets used, free, available and total amount of bytes on the given mounted filesystem. +These values can also be expressed in percentages with the percentage_used, +percentage_free, percentage_avail and percentage_used_of_avail formats. + *Example order*: +disk /mnt/usbstick+ *Example format*: +%free (%avail)/ %total+ +*Example format*: +%percentage_used used, %percentage_free free, %percentage_avail avail+ + === Run-watch Expands the given path to a pidfile and checks if the process ID found inside |