summaryrefslogtreecommitdiff
path: root/man/i3status.man
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2010-07-20 19:30:27 +0200
committerMichael Stapelberg <michael@stapelberg.de>2010-07-20 19:33:41 +0200
commiteb46963d4c88a75f1ac336275daf3d0d72a904ba (patch)
treef1f898c76925ec8c6cd1dcc9ad2af1b7f1b77a99 /man/i3status.man
parentd8b6f031447434c88bc7d5eb1303c14d51e14238 (diff)
Implement ALSA volume support
Diffstat (limited to 'man/i3status.man')
-rw-r--r--man/i3status.man19
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: