Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Panel Alsa Volume Control
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
figueroa
Advocate
Advocate


Joined: 14 Aug 2005
Posts: 2964
Location: Edge of marsh USA

PostPosted: Sun May 02, 2021 7:40 pm    Post subject: Panel Alsa Volume Control Reply with quote

FYI.

The application media-sound/volumeicon makes a nice replacement tool for the marginal Volume Control item in lxpanel, and apparently other panels (i.e. tint2). I'm using it with lxpanel under openbox. When added to the openbox autostart file, it takes up residence in the system tray. I've extended it's mouse wheel control with keyboard shortcuts with the following in ~/.config/openbox/rc.xml
Code:
   <keybind key="A-Up">
      <action name="Execute">
        <startupnotify>
          <enabled>false</enabled>
          <name>Amixer-Volume-Up</name>
        </startupnotify>
        <command>/usr/bin/amixer set Master 1db+</command>
      </action>
    </keybind>
    <keybind key="A-Down">
      <action name="Execute">
        <startupnotify>
          <enabled>false</enabled>
          <name>Amixer-Volume-Down</name>
        </startupnotify>
        <command>/usr/bin/amixer set Master 1db-</command>
      </action>
    </keybind>

It's not perfect, but it is satisfactory, and very small. I wasn't looking for perfect.

Be careful editing your xml files. I've had to restore from backup more than once.
_________________
Andy Figueroa
hp pavilion hpe h8-1260t/2AB5; spinning rust x3
i7-2600 @ 3.40GHz; 16 gb; Radeon HD 7570
amd64/23.0/split-usr/desktop (stable), OpenRC, -systemd -pulseaudio -uefi
Back to top
View user's profile Send private message
turtles
Veteran
Veteran


Joined: 31 Dec 2004
Posts: 1656

PostPosted: Fri May 07, 2021 5:42 am    Post subject: Reply with quote

Good tip Ill try it out
_________________
Donate to Gentoo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum