Patrick Ziegler
Patrick Ziegler
Closing and locking this issue, this kind of language has no place here. Please stay respectful and keep in mind that people don't *have* to help you. Calling them slurs...
So once the battery is over this threshold, it stops charging and switches over to this trickle charge? What does the file at `/sys/class/power_supply//status` (either in the battery or adapter...
Hey Thiago, thanks for reporting. We're tracking this internally under GR-63799. Polyglot for JS probably won't work even if we get this to compile, but it should at least compile...
Is `/sys/class/power_supply/BAT0/power_now` empty or does it not exist? The error should happen if it can't find either `power_now` or `current_now` in the `BAT0` directory.
> cat: /sys/class/power_supply/BAT0/power_now: No such device That is a very interesting error message. This suggests that it's not a real file. Can you post the output of `ls -ahl /sys/class/power_supply/BAT0`...
I don't think anyone is working on this PR. I have gone ahead and resolved the merge conflicts, if anyone wants to take over and address some of the issue...
@Lomadriel what did you have in mind? The only way I think this could be done is by truncating text in the parser instead of when we are generating the...
Well, you'd need to do comprehensive tag parsing inside `get_label_text`. From a quick glance at your code edge cases like `%{A1:echo "}":}` and `ABC%%{F#ffffff}` are not covered. This would mean...
[Done](https://github.com/polybar/polybar/wiki/Known-Issues#label-maxlen-truncates-formatting-tags)
Oh wow, you have been busy :smiley: I have actually implemented this [before](https://github.com/patrick96/polybar/commits/feat/ellipsis) (059c69e6256e6e2bb99f648dd6d89f320c117a26), but I never opened a PR because I was conflicted about how to handle failure modes....