From b263c66baf4cc7bfcf62f8bf61e8ddb8b835ca76 Mon Sep 17 00:00:00 2001 From: enkore Date: Thu, 23 Oct 2014 12:25:40 +0200 Subject: [PATCH] Close #133 --- i3pystatus/pulseaudio/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/i3pystatus/pulseaudio/__init__.py b/i3pystatus/pulseaudio/__init__.py index 285b176..dfa02c9 100644 --- a/i3pystatus/pulseaudio/__init__.py +++ b/i3pystatus/pulseaudio/__init__.py @@ -12,9 +12,10 @@ class PulseAudio(Module, ColorRangeModule): """ Shows volume of default PulseAudio sink (output). - Requires amixer for toggling mute and incrementing/decrementing volume on scroll. + - Requires amixer for toggling mute and incrementing/decrementing volume on scroll. + - Depends on the PyPI colour module - https://pypi.python.org/pypi/colour/0.0.5 - Available formatters: + .. rubric:: Available formatters: * `{volume}` — volume in percent (0...100) * `{db}` — volume in decibels relative to 100 %, i.e. 100 % = 0 dB, 50 % = -18 dB, 0 % = -infinity dB