5

What's the right way of displaying system sound volume in conky ? I don't have /dev/mixer file, and without an external command, is it possible ?

Conky 1.9.0

daisy
  • 53,527
  • 78
  • 236
  • 383

1 Answers1

2

I use ${exec amixer -c 0 get Master | grep Mono:}.

orschiro
  • 975
  • 2
  • 14
  • 25