Raphael Bauduin <[EMAIL PROTECTED]> wrote:
When I used kde, I used kmix in the sytray to easily control the sound
volume.
I wondered how you would advise me to control sound volume when using Ion3.
Kmix doesn't appear in the systray (last development snapshot of ion).
Is there another equivalent app appearing in the systray that accepts
mouse wheel events to control sound? Or do you use keyboard shortcuts?
But then, what commands do you link to these shortcuts?
Kmix *does* work in the systray if you put a %systray meter in
cfg_statusbar.lua.
I would also rather use amixer. Mousewheel over the statusbar is doing this
and this:
amixer set PCM 1+
amixer set PCM 1-
And then a meter uses the statusd_uname.lua template to call this:
echo `amixer get Master | grep -m1 -o "[0-9]\+%"` `amixer get PCM | grep -m1
-o "[0-9]\+%"`