3 #==============================================================================
9 # get all input devices
11 # if not mute echo the logo
12 #==============================================================================
14 pactl list |
grep -A8 'Source #'|
grep 'Mute: '| cut
-d" " -f2|\
15 while read -r line
; do
17 if [ "$line" == "no" ]; then