Kang-Che Sung (宋岡哲)
                                            Kang-Che Sung (宋岡哲)
                                        
                                    First, I do _love_ the idea of having different color for battery charging status, discharging status, warning and critical level. But I'm not convinced that we need two levels of...
@eworm-de Thanks for info with Xfce. However I don't think calculating the time would be something complex if we would reference other implementations. The little [`acpi` command](https://sourceforge.net/projects/acpiclient/) does provide remaining...
Another comment here. @eworm-de Your current battery meter code only changes the color when in text display mode. Will it be better if we have it in bar mode and...
If I'm allowed to comment your patch: 1. I don't like the `Meter.strings[]` idea. Is there any reason that you _have to_ add such variable in the main Meter structure?...
@nojhan Could you please tell us the reason you need this `strings` array, so that I can free up the time understanding your code, and discuss whether there are alternatives...
1. The `values` array have one more purpose than just "the collected data to be displayed". They are also used for bar or graph plotting! Look at the CPU meters...
@nojhan Well, it seems like I've bumped into a technical limit when I try to implement this myself, see #499. Now I can excuse about your `Meter.strings[]` change.
1. Could you please bring the typo fixes in man pages out and make a separate commit with them? That way it can be cherry-picked into an htop bug fix...
@mscalora For the second point, I still cannot rule out the possibility of expanding the filter to something more advanced. For your info, `top` already has an advanced filter. It...
@hishamhm No, I don't have any of them (the machines). What I cared is that the [Linux signal man page](http://man7.org/linux/man-pages/man7/signal.7.html) already stated that some architectures have different signal numbers, and...