ray-pH / polybar-cava

CAVA module for polybar
MIT License
90 stars 6 forks source link

feat: use stdout #10

Closed DakshG07 closed 1 year ago

DakshG07 commented 1 year ago

Personally, this is more reliable for me. Previously had odd issues with sizing (which I'm assuming pertains to multiple monitors and therefore having multiple instances of the script), and the module would flicker really badly.

It's also a little bit shorter :)

ray-pH commented 1 year ago

Oh yeah, that's a great idea. Not sure why I didn't think of using stdout for this before. I guess I just followed the example on cava's website of using pipes and didn't think much about it.