fixes typo

This commit is contained in:
Sascha Marcel Schmidt 2018-02-14 12:09:11 +01:00 committed by GitHub
parent b77fee4af2
commit 604a795f9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,17 @@
# pylint: disable=C0111,R0903 # pylint: disable=C0111,R0903
"""Displays volume and mute status of PulseAudio devices. """Displays volume and mute status and controls for PulseAudio devices. Use wheel up and down to change volume, left click mutes, right click opens pavucontrol.
Aliases: pasink, pasource Aliases: pasink (use this to control output instead of input), pasource
Parameters: Parameters:
* pulseaudio.autostart: If set to "true" (default is "false"), automatically starts the pulseaudio daemon if it is not running * pulseaudio.autostart: If set to "true" (default is "false"), automatically starts the pulseaudio daemon if it is not running
Requires the following executable: Requires the following executable:
* pulseaudio
* pactl * pactl
* pavucontrol
* pacmd
""" """
import re import re