Philip Wellnitz
Philip Wellnitz
``` { "type": "string", "name": "foo", "contents": "bar", "highlight_groups": [ "group1", "group2" ] }, ``` Such a segment should then be placed in the `"left"` or `"right"` arrays in your...
Sorry for the late response, I'm not sure if I understand your question correctly. Do you want a segment with a string as content that additionally has no space around...
Actually, powerline works as intended in this case (more or less): If there is not enough space for a segment, that segment (and other segments with a lower priority) will...
The screenshot was meant as a demonstration of the shrinking of segments. In your case, even the remaining segment is too long—hence you see no output at all. This is...
As there was not a single comment asking us for extended python 2 support, I think it is safe to drop python 2. (I know, probably there will still be...
I just edited the README to reflect the conclusion reached here. As a next step, we can now finally clean up the code and remove some python2 bloat.
Yes indeed that should be fixed. However, the build script for the docs is somehow broken (on readthedocs) and I have now means to fix it. In particular, the docs...
Hi @kadaliao, thanks for your detailed report. Some segments require extra python libraries. In particular, the segments you mentioned require: * network_load: `psutil` or the presence of `/sys/class/net/{interface}/statistics/{rx,tx}_bytes` * cpu_load_percent:...
Very strange. Just to make sure, that segment is not cut off due to a lack of horizontal space, right? My next suspicion would be that the tmux line never...
I think that the fish binding is not currently supporting above lines; actually, I even think that fish doesn't really support above lines (might be wrong on that though).