mirror of
https://github.com/gryf/wmamixer.git
synced 2025-12-24 15:12:35 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a60507c8df | |||
| 93e9c32cfc |
10
README.rst
10
README.rst
@@ -53,9 +53,13 @@ which will output several lines of information and options:
|
|||||||
user@linux ~ $ wmamixer -l red -b '#ffff00' # red led on yellow background
|
user@linux ~ $ wmamixer -l red -b '#ffff00' # red led on yellow background
|
||||||
user@linux ~ $ wmamixer -b darkslateblue # Dark Slate Blue background
|
user@linux ~ $ wmamixer -b darkslateblue # Dark Slate Blue background
|
||||||
|
|
||||||
* ``-d`` selects desired ALSA device. By default, first device is taken which
|
* ``-d`` selects desired ALSA device. By default, first device, which is called
|
||||||
usually is `default` and nowadays is taken by pulseaudio. To list ALSA
|
``default`` is selected. That device is taken by pulseaudio nowadays, so
|
||||||
devices you might use ``aplay`` program from ``alsa-utils`` package:
|
you'll see only two controls: one for master volume and the other for capture
|
||||||
|
volume. To be able to change all supported by soundcard controls, you need to
|
||||||
|
pass right PCM device to this option. First, you need to know which device
|
||||||
|
need to be passed as an argument to ``-d`` option. To list ALSA devices you
|
||||||
|
might use ``aplay`` program from ``alsa-utils`` package:
|
||||||
|
|
||||||
.. code:: shell-session
|
.. code:: shell-session
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
#define CLASS "Wmamixer"
|
#define CLASS "Wmamixer"
|
||||||
|
|
||||||
|
|
||||||
#define VERSION "0.1"
|
#define VERSION "1.0"
|
||||||
|
|
||||||
// User defines - custom
|
// User defines - custom
|
||||||
#define BACKCOLOR "#202020"
|
#define BACKCOLOR "#202020"
|
||||||
|
|||||||
Reference in New Issue
Block a user