Patrick Ziegler
Patrick Ziegler
So what is currently happening is that when we change the volume, it preserves the proportion of the channels. For example if you are at (50%, 25%) and increase by...
@vaygr Could you try out the fix in #3096? That at least solved the pixelation issue in #3041 for me. Once the issue appears for the first time, does it...
Thanks for the answers. My patch is only for pseudo-transparency, so that's probably not the issue here. > > Do you have cursor-click or cursor-scroll set in your bar section?...
Most likely unrelated to polybar. I suspect `checkupdates` doesn't like to be run multiple times at once (it accesses the same temporary database) I would suspect the `checkupdates` command sometimes...
Hmm, I can't reproduce this on my side. For me, the bar looks like this:  I had to use the date module because my machine doesn't have a battery....
Hey, thanks for looking into this. Your solution indeed works (but there are some subtle interactions that cause it to not break anything when anything except the initial hook is...
Fixed in #3140. The changes are not on master yet, they will be in the 3.7.2 release
Please post the log of the bars that don't show
Ah, you're running in quiet mode (`-q`) and are only redirecting stderr to the log file. For testing, use the following instead inside the loop of your launch script: ```...
Hmm looks like polybar is waiting for a signal from pulseaudio that it never received, which blocks the whole thing. How does your audio setup look like? Does your system...