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 /i3status.conf | |
parent | 50ad0334f648d74c0093bf95270e5f60859888ae (diff) |
introduce percentages for all values, document them
Diffstat (limited to 'i3status.conf')
-rw-r--r-- | i3status.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3status.conf b/i3status.conf index 99640d0..5233041 100644 --- a/i3status.conf +++ b/i3status.conf @@ -45,5 +45,5 @@ load { } disk "/" { - format = "%free" + format = "%free (or: %percentage_used used, %percentage_used_of_avail used of avail, %percentage_free free, %percentage_avail avail)" } |