• 0 Posts
  • 152 Comments
Joined 2 years ago
cake
Cake day: June 4th, 2023

help-circle


  • 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:

    #!/bin/sh
    
    node_id=$(pw-dump | jq '.[] | select(.type == "PipeWire:Interface:Node" and .info.props."node.name" == "Virtual-Sink-1") | .id')
    
    echo "Adjusting volume for $node_id"
    
    wpctl set-volume $node_id 10%-
    

    Replace Virtual-Sink-1 with the name of your audio device and 10%- with the operation you want to perform.


















  • Domi@lemmy.secnd.metoLinux@lemmy.mlThank you
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    28 days ago

    Do you think Aurora is a good choice for beginners? A friend of mine wants to switch and I’m still looking for a good match.

    It should be immutable, use KDE, have Nvidia drivers pre-installed (or a easy UI for installing them), not be maintained by a single maintainer and should not have non-OS applications like Steam pre-installed.

    Aurora so far seems to be the best choice.