Close #133
This commit is contained in:
parent
c6ac32bad2
commit
b263c66baf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user