Stick to english language when listening for pulseaudio events. (#122)

This commit is contained in:
Michał 2020-10-21 13:29:28 +02:00 committed by GitHub
parent db79c1f610
commit caca49e3fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ emit_volume_info()
-- Sleeps until pactl detects an event (volume up/down/toggle mute)
local volume_script = [[
bash -c "
pactl subscribe 2> /dev/null | grep --line-buffered \"Event 'change' on sink #\"
LANG=C pactl subscribe 2> /dev/null | grep --line-buffered \"Event 'change' on sink #\"
"]]