1

I am using openbox/tint2 executors in combination with pactl to make an alterntive volume monitor and was wondering if pactl had a way of declaring whether or not mute was activated so I could have the monitor adjust accordingly.

1 Answers1

0

You can use pacmd instead of pactl (I've honestly no idea why there are two of them). pacmd list-sinks will list all sinks, including a muted: yes/no attribute. Output will need parsing with grep, awk etc.

dirkt
  • 31,679
  • 3
  • 40
  • 73