volset (117B)
1 #!/bin/sh 2 [ $# -eq 1 ] || { echo "usage: $0 VOLUME" >&2; exit 1; } 3 pactl set-sink-volume @DEFAULT_SINK@ $1 4 statusupd