diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2010-07-20 19:30:27 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2010-07-20 19:33:41 +0200 |
commit | eb46963d4c88a75f1ac336275daf3d0d72a904ba (patch) | |
tree | f1f898c76925ec8c6cd1dcc9ad2af1b7f1b77a99 /man/i3status.man | |
parent | d8b6f031447434c88bc7d5eb1303c14d51e14238 (diff) |
Implement ALSA volume support
Diffstat (limited to 'man/i3status.man')
-rw-r--r-- | man/i3status.man | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/man/i3status.man b/man/i3status.man index 18cfb19..0274cca 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -220,6 +220,25 @@ details on the format string. *Example format*: +%{%a, %b %d%}, %Y%N - %H+ +=== Volume + +Outputs the volume of the specified mixer on the specified device. Works only +on Linux because it uses ALSA. + +*Example order*: +volume master+ + +*Example format*: +♪: %volume+ + +*Example configuration*: +------------------------------------------------------------- +volume master { + format = "♪: %volume" + device = "default" + mixer = "Master" + mixer_idx = 0 +} +------------------------------------------------------------- + == Using i3status with dzen2 After installing dzen2, you can directly use it with i3status: |