Closed elig0n closed 5 months ago
My disk module had a color="" line which caused a flooding of such messages to the ~/.xsession-errors file (which reached tens of GiBs in some time)
disk
color=""
~/.xsession-errors
[libi3] ERROR: Could not parse color:
My suggestion is for you to consider adding a check that will replace an empty passed color with the default one.
@elig0n can you test the changes in https://github.com/enkore/i3pystatus/pull/864?
@elig0n can you test the changes in #864?
Works for me
Thanks, merged that PR. Sorry for the delay.
My
disk
module had acolor=""
line which caused a flooding of such messages to the~/.xsession-errors
file (which reached tens of GiBs in some time)My suggestion is for you to consider adding a check that will replace an empty passed color with the default one.