fix(eww): get-volume
script now uses pipewire monitor
Instead of the pulseaudio one
This commit is contained in:
parent
82b06820f2
commit
15edbe62cb
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ volume (){
|
||||||
}
|
}
|
||||||
|
|
||||||
volume
|
volume
|
||||||
pactl subscribe | grep --line-buffered "'change'" | while read -r line; do
|
pw-mon --color=never | grep --line-buffered "changed" | while read -r line; do
|
||||||
volume
|
volume
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue