diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-03-01 07:42:59 -0800 |
---|---|---|
committer | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-03-01 07:42:59 -0800 |
commit | 6996f0a4a34e0744f09dbce39a2164c6fcee875e (patch) | |
tree | 0fc0175da3af4bb8d48a6750921e649a5a2f1571 /man | |
parent | df8d69a9953a0a7da48a17dae6d2d1327c330411 (diff) | |
parent | 562a879f7c40bb7586e2d4b8dc55cf3171e5d43d (diff) |
Merge pull request #3 from chrko/master
Modify print_disk_info. Now there is no output if the path is no mountpoint.
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 e11aff5..a2526e9 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -237,6 +237,11 @@ space is below 2 GiB, it will be colored bad. If not specified, threshold_type is assumed to be "percentage_avail" and low_threshold to be set to 0, which implies no coloring at all. +You can define a different format with the option "format_not_mounted" +which is used if the path is not a mount point. So you can just empty +the output for the given path with adding »format_not_mounted=""« +to the config section. + *Example order*: +disk /mnt/usbstick+ *Example format*: +%free (%avail)/ %total+ |