diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2013-11-18 22:32:48 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-11-18 22:32:48 +0100 |
commit | 98595f9f280f331d485b74afd9535723f495b071 (patch) | |
tree | 557518ad74e57b77b0f481df4047d704b3798a61 /man/i3status.man | |
parent | 4bd0ba88c896d1ad9beba2eaadc01f1f2d172b5b (diff) |
document format_muted in the manpage
Diffstat (limited to 'man/i3status.man')
-rw-r--r-- | man/i3status.man | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/i3status.man b/man/i3status.man index eb23bd1..8c6f616 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -331,11 +331,13 @@ query +/dev/mixer+ directly if +mixer_dix+ is -1, otherwise *Example order*: +volume master+ *Example format*: +♪: %volume+ +*Example format_muted*: +♪: 0%%+ *Example configuration*: ------------------------------------------------------------- volume master { format = "♪: %volume" + format_muted = "♪: muted (%volume)" device = "default" mixer = "Master" mixer_idx = 0 |