pagas (113B)
1 #!/bin/bash 2 3 # get pulseaudio active sink 4 5 pactl list short | grep RUNNING | awk '{printf "%s <%s>\n", $1, $2}' 6