On ArchLinux, there appeared some problems with shades in the latest released version.
My particular problem is that the shades are simply vanishing. I guess that the offset of the shades with respect to the normal text is broken.
I could bisect the introduction of this bug to commit 178015a.
As is referenced above, it appears that this bug can be fixed by simply removing this line from the "draw_stuff" function in "src/conky.cc":
static int text_offset_x, text_offset_y; /* offset for start position */
As referenced above, the line should be wrapped in "#ifndef BUILD_X11" and it really should, because the local variable shadows the global one which commit e2bd14e7b7dcde5c60044b6f806f9f708d575a61 seems to use to carry the offset
My mistake. I agree.
@su8 I believe this is resolved, but can you check https://github.com/brndnmtthws/conky/issues/332 too? They're related via a bad commit.
@lasers goto works fine on my system.
@su8 Okay, so I take it both issues are resolved?
yes :heart_eyes: