diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2019-01-22 23:45:51 -0800 |
---|---|---|
committer | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2019-01-23 08:45:51 +0100 |
commit | 7efbeeaf6ce9232f7479f76c1c79ff73c0db49e4 (patch) | |
tree | 6782b5540b224b2fb1fc5e7387276f92215adf81 /man | |
parent | be0be599d9a5ebe5685c4a0e83ae4c70ebd0cb96 (diff) |
Implement %devicename specifier for volume module (#325)
This commit implements the %devicename specifier for the volume module
for both PulseAudio and ALSA. This way, i3status will be able to display
the specific device that corresponds to the volume indicator.
Note that this is not implemented for the OSS API but is left in a state
where someone can pick it up for the future.
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/i3status.man b/man/i3status.man index cc363f5..4bc7d0a 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -581,9 +581,9 @@ to "default", PulseAudio will be tried if detected and will fallback to ALSA *Example order*: +volume master+ -*Example format*: +♪: %volume+ +*Example format*: +♪ (%devicename): %volume+ -*Example format_muted*: +♪: 0%%+ +*Example format_muted*: +♪ (%devicename): 0%%+ *Example configuration*: ------------------------------------------------------------- |