ultrabug / py3status

py3status is an extensible i3status wrapper written in python
https://ultrabug.github.io/py3status/
BSD 3-Clause "New" or "Revised" License
883 stars 259 forks source link

Workaround conky/issues/1479 #2238

Closed ntorresalberto closed 3 months ago

ntorresalberto commented 4 months ago

Hi, The conky module seems to be broken for some time now. I took a look at it and it seems some time in 2022 conky devs introduced a change in the text output when out_to_x=false that is used by the conky module, as mentioned in https://github.com/brndnmtthws/conky/issues/1479.

This means that there's an unexpected line in the process output that's breaking the formatting.

ultrabug commented 3 months ago

Thank you for your first contribution @ntorresalberto !