From eb46963d4c88a75f1ac336275daf3d0d72a904ba Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 20 Jul 2010 19:30:27 +0200 Subject: Implement ALSA volume support --- man/i3status.man | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'man') 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: -- cgit v1.2.3