Volume Icon In Tint2

I have this volume icon in Tint2 that is original from the openbox install. As you can see it is a bit “complicated” with sever, modules, etc. I dont want this.

I want something more simple like this:


Any help in getting this changed and setup would be appreciated!

I had this marked as solved but, I spoke too soon. Still looking for ideas. Thanks!

Still looking for a solution to this. Anyone have an idea or know where I could find help for it? Thanks!

Hello @linux4ever ,
My closest ‘hit’ is installing pnmixer and put into ~/.config/openbox/autostart

# panel - taskbar, system tray, battery, clock
tint2 &
pnmixer &

Unfortunately it will be be duplicated with systray but I can only quit manually the default mixer if it were too disturbing.
2025-03-16-120529_169x62_scrot

I had an issue way back when I actually used a taskbar with openbox with the volume icon and this is what I had to put in my autostart (~/.config/openbox/autostart) to get it to work correctly for me (command below does depend on pulse audio)
sleep 1; (pasystray) &

Simple to do

sudo pacman -S volumeicon
nano ~/.config/openbox/autostart
volumeicon &