Patrick Ziegler
Patrick Ziegler
**EDIT:** Maybe it's a better idea to just make the tray window a child window of polybar. Then repositioning should get a lot easier. Alternatively, have a main window and...
This is part of a larger effort to rework the main loop (#1778) The action handler in a module runs in the caller thread (the controller thread) and not in...
Each module should support `click-left`, `click-right` and so on. Modules that define custom actions (date, volume, ...) also support all actions and if an action is defined, it overrides the...
This is a proposal and specification for how we should implement the stackable formatting tags. I'll try to define the spec in a way that it doesn't break any existing...
This is just a quick brainstorm I wrote out about making labels, ramps etc. more flexible. `sdk` on IRC wanted it converted to an issue so they can track it....
Whenever the pulseaudio daemon dies all returned operations from `pa_*` functions are `NULL`, this causes a few failed assertions. I was able to fix this quite easily by just throwing...
This is my comment in https://github.com/polybar/polybar/issues/2186#issuecomment-1018423902 converted to an issue TL;DR: Polybar font rendering is very basic and doesn't do unicode too well. We want to support font rendering through...
*Note: Any changes described here would constitute a breaking change because we change default config values. As such it would be implemented as part of a major release that breaks...
**Industrial Foregoing Version:** 3.2.14.7 **Titanium Version:** 3.2.8.7 **Crashlog If Applicable (Upload to pastebin/gist):** https://gist.github.com/patrick96/8884c40395b688a997bb97eec023880d Steps to reproduce: * Place a firework generator * Place a chest on the generator *...
## What type of PR is this? (check all applicable) * [ ] Refactor * [ ] Feature * [x] Bug Fix * [ ] Optimization * [ ] Documentation...