@ -1,10 +1,10 @@
#!/bin/bash
amixer get Master | gawk '
match($0, /\[([0-9]+)\%\] \[(on)\]/, matches) {
match($0, /\[([0-9]+)\%\] \[(on|off)\]/, matches) {
audio=matches[1]
}
END {
if (matches[2]=='off') {
if (matches[2]=="off") {
printf("mute\n")
printf("\n")
exit 33
The note is not visible to the blocked user.