diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-04-02 13:42:47 -0700 |
---|---|---|
committer | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-04-02 13:42:47 -0700 |
commit | d00a0e087c79475e199ff33a33a3e73fcd2c0a22 (patch) | |
tree | 437e4a87d31bb8e1173c88bee00e4e8230cfc5b9 /man | |
parent | f3ccd8ac7d9e258bda123303b1c254c6cdfd0463 (diff) | |
parent | 5c094a54932edebf6e44c4a7119fa510ddf7ae7a (diff) |
Merge pull request #17 from chrko/format_down
Adding format_down option to path_exists and run_watch
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/i3status.man b/man/i3status.man index d6d2ff8..5754196 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -239,7 +239,7 @@ 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=""« +the output for the given path with adding +format_not_mounted=""+ to the config section. *Example order*: +disk /mnt/usbstick+ @@ -259,6 +259,8 @@ to the config section. Expands the given path to a pidfile and checks if the process ID found inside is valid (that is, if the process is running). You can use this to check if a specific application, such as a VPN client or your DHCP client is running. +There also is an option "format_down". You can hide the output with ++format_down=""+. *Example order*: +run_watch DHCP+ @@ -268,6 +270,8 @@ a specific application, such as a VPN client or your DHCP client is running. Checks if the given path exists in the filesystem. You can use this to check if something is active, like for example a VPN tunnel managed by NetworkManager. +There also is an option "format_down". You can hide the output with ++format_down=""+. *Example order*: +path_exists VPN+ |