diff options
| author | Michael Stapelberg | 2013-11-18 22:32:48 +0100 | 
|---|---|---|
| committer | Michael Stapelberg | 2013-11-18 22:32:48 +0100 | 
| commit | 98595f9f280f331d485b74afd9535723f495b071 (patch) | |
| tree | 557518ad74e57b77b0f481df4047d704b3798a61 | |
| parent | Added different format string for volume in case it is muted. (diff) | |
document format_muted in the manpage
| -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 | 
