muted.sh 99 B

12345678910
  1. #!/bin/bash
  2. muted=$(pamixer --get-mute)
  3. if [[ $muted = true ]]; then
  4. echo 
  5. else
  6. echo 
  7. fi