mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 15:14:58 +08:00
Stick to english language when listening for pulseaudio events. (#122)
This commit is contained in:
parent
db79c1f610
commit
caca49e3fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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 #\"
|
||||
"]]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue