diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2012-11-05 17:36:53 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2012-11-05 17:36:53 +0100 |
commit | 4bf84391d8a0b2a1e661cb333881493b1a88ed4d (patch) | |
tree | 99e3461acc5dbfd1b7f7feb27b729ab68e135e2c /i3status.conf | |
parent | dbf3adc81d189c284d24b0e8debf387ba23ccc40 (diff) |
config: remove documentation from the disk field (got there by mistake)
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 5233041..99640d0 100644 --- a/i3status.conf +++ b/i3status.conf @@ -45,5 +45,5 @@ load { } disk "/" { - format = "%free (or: %percentage_used used, %percentage_used_of_avail used of avail, %percentage_free free, %percentage_avail avail)" + format = "%free" } |