streetturtle / awesome-wm-widgets

Widgets for Awesome Window Manager
http://pavelmakhov.com/awesome-wm-widgets/
MIT License
2.16k stars 280 forks source link

Make the pactl-widget work with non-English locale #397

Closed maciejjan closed 1 year ago

maciejjan commented 1 year ago

Depending on the locale settings, pactl might return output in non-English. This fix sets LC_ALL=C so that we get English output.

streetturtle commented 1 year ago

Thanks!