fix(eww): get-volume script now uses pipewire monitor

Instead of the pulseaudio one
This commit is contained in:
GaspardCulis 2024-09-22 11:05:58 +02:00
parent 82b06820f2
commit 15edbe62cb

View file

@ -7,6 +7,6 @@ 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
done