polybar / polybar-scripts

This is a community project. We write and collect scripts for polybar!
The Unlicense
2.46k stars 338 forks source link

pipewire-microphone script is broken #436

Open Crozh opened 1 year ago

Crozh commented 1 year ago

I'd be forever grateful if someone could make it so the microphone module for pipewire isn't broken. it is rather troublesome to check everytime on audio settings if my source is muted or not. This is fundamentally what's broken and not the muting script. My guess as to why is pw-cat not having the "--record --list-targets" command anymore - it prints the help menu on the bar instead. I can't code for shit and wanted to fix it myself, but I was unable to.

x70b1 commented 1 year ago

You could use pipewire-pulse as long as this script is broken.

Crozh commented 1 year ago

what do you mean?

Crozh commented 1 year ago

oops, closed the issue by mistake. I'm already using pipewire-pulse. I even tried using the pulseaudio script but it doesn't work because of pacmd being a requirement.

skjnldsv commented 9 months ago

Fixed in https://github.com/polybar/polybar-scripts/pull/440 ?