Patrick Ziegler
Patrick Ziegler
The calculation for padding and truncation of label tokens is inconsistent. For max-width it counts the number of unicode characters while for min-width it counts the number of bytes. This...
This is a collection issue for any tray icon rendering problems in the new tray module. With #2609 being merged, the tray module gets an overhauled rendering that should fix...
Currently, everything in the config is read as-is. There is no way to escape characters with special meaning. This isn't really an issue right now because the config recognizes special...
### Checklist - [X] I have read the appropriate section in the [contributing guidelines](https://github.com/polybar/polybar/blob/master/CONTRIBUTING.md) - [X] I believe this issue is a problem with polybar itself and not a misconfiguration...
So we already have a site on readthedocs for polybar: https://polybar.readthedocs.io But right now, the only thing there is the manpage. My goal is to move all configuration and dev...
## What type of PR is this? (check all applicable) * [ ] Refactor * [ ] Feature * [x] Bug Fix * [ ] Optimization * [ ] Documentation...
When building against an obfuscated library (providing its mapping file using `-applymapping`), I have noticed that lambda expressions which represent an implementation of an interface do not get obfuscated correctly...
### Steps to reproduce 1. Download a [polybar release](https://github.com/polybar/polybar/releases) 2. Extract it in a nested folder of *another* git repo (that repo has to have at least one tag on...
The workaround is no longer needed once the next early access build containing the fix is published TODO: * [ ] Update the README with the right EA build version...
### Expected Behavior When creating a bean that has `@Parameter SequencedSet set` in its constructor argument list, I expect passing a `LinkedHashSet` to `createBean` to create a new instance of...