falconindy / ponymix

CLI volume control for PulseAudio
MIT License
177 stars 27 forks source link

is-muted seems broken #21

Closed matedealer closed 10 years ago

matedealer commented 10 years ago

If i try the command "is-muted" in ponymix v2-1 (arch AUR 05.11.2013) I get now return value or message.

vodik commented 10 years ago

With is-muted the return code will be 0 (success) to indicate its muted, and 1 (failure) to indicate it's not. Working for me (v2-1)

falconindy commented 10 years ago

vodik's explanation is correct. I'm not sure what you're expecting, but there is no output and as with every process, there will be a "return value".