Update project URL and authors list.
Remove notice about maintainership.
Add support for adjusting volumes via prefix argument.
Add notice about maintainership.
Fix order of branches to avoid sink-retrieval failure. (#21)
Improve process handling bits (#19)
- Remove unnecessary point movements
- Make use of string matching to make logic more concise
- Guard against spurious volumes
Add pactl source operations (#17)
Add pactl source operations.
Modify docstrings to be less than 80 characters per line.
Merge pull request #18 from efimerspan/feature-add-display-mode
Add volume display mode for the mode line.
Update Copyright and Author information.
Merge pull request #20 from efimerspan/feature-switch-to-rx
Turn regexps into rx form.
Turn regexps into rx form
Fix volume increase when channel names have digits
On my PC, the channel names for left/right speaker on one of my sinks
are named aux0 and aux1. Because of the particular construction of the
regex in `pulseaudio-control-increase-volume`, the volume string was not
parsed correctly. This commit corrects this by searching for a ":"
rather than searching for the next non-digit when parsing the second
channel's volume information.
Co-authored-by: Eliza Velasquez <exv@google.com>
Ensure call to `pactl` is done in the 'C' locale.
Update copyright year range.