Patrick Ziegler

Results 333 comments of Patrick Ziegler

Yes, quite hacky indeed, but it gives you all the customization you need without that much overhead. If you want, you can leave this open and it may be implemented...

There is no way to disable the built-in click actions of modules. As for the unmuting issue, make sure you have set `speaker-mixer` correctly (and `headphone-mixer` if you use headphones)....

In what way is `charge_full_design` better than `charge_full`?

@Filip62 Thanks :smiley:

Problem seems to be that when `fg=7` (or anything below 8, at least in my terminal) is added to [`region_highlight`](https://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html#Zle-Widgets) (which is doing the highlighting), it is implicitly replaced by...

Looks like this has been resolved in 1d95fdc7805ef2f29b8b8b0cce8f7c8cc385edd0

For what it's worth, if you do things like `ta 0 -f`, tab completion doesn't work for that flag. But it's still better than the current state, where completion isn't...

@sahishnu111 Thanks for taking an interest. I think this is something that can be achieved even if it's your first time contributing to polybar. Some pointers: - The `rebuild_urgent_hints` in...

Closing this because `setenv` is inherently unsafe in multi-threaded environments (no matter how many mutexes we use). See [this comment](https://github.com/polybar/polybar/pull/3160#issuecomment-2323348167) on a recent PR for more info