This commit is contained in:
enkore 2014-10-23 12:25:40 +02:00
parent c6ac32bad2
commit b263c66baf

View File

@ -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