28
Pipewire/Wireplumber set volume based on node name
(lemmy.world)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of [email protected] and The GIMP
I did something similar a while ago but for changing volume on a single application, should work for devices as well though since both are just nodes.
Try this:
Replace
Virtual-Sink-1
with the name of your audio device and10%-
with the operation you want to perform.This works, thanks!