Patrick Ziegler
Patrick Ziegler
This is currently not possible with polybar, if the artist is empty it falls back to "untitled artist". We could add options for the user to specify what text is...
You can't right now, that would be something we would have to implement first.
The NPE seems to be a general Native Image issue, see #11410 This can be worked around by passing `-Djava.home=` to the program's commandline arguments. You will also need to...
Thanks for reporting, will look into it. This looks like a small oversight on our side that only gets triggered if the static analysis runs in a specific order.
Thanks for providing a fix. I have debugged this on my end and while your solution indeed solves this issue, these primitive states should never even appear in `InterceptJSInvokeTypeFlow`. I...
Please try out the fix #12707
Having StatusNotifierItem support has been on our TODO list for the longest time (see #913). However, we kind of always tied it to having first-class image support in polybar (#1088)....
@xeriab This is indeed a hard problem and I am also not sure which way is the best way. I have also had some ideas: * Only support `statusnotifier` and...
We could use a config option like `block-priority = lcr` where the possible values are all possible combinations of `l`, `c` and `r` that defines the priorities for the three...
Yes, this is a good idea. I have mentioned this before in #1752 but I didn't create a separate issue for it. The way I had in mind we could...