Closed txtsd closed 9 years ago
Try setting own_window_argb_visual to true. That's what fixed it for me.
@aereaux That fixes the problem BUT it makes conky use really ugly colors.
┌[txtsd@dungeon-of-data]─[~]
└─▶ conky -d
conky: Invalid value of type 'table' for setting 'background'. Expected value of type 'boolean'.
conky: desktop window (99) is root window
conky: window type - desktop
conky: drawing to created window (0x2200001)
conky: drawing to double buffer
^Cconky: received SIGINT or SIGTERM to terminate. bye!
┌[txtsd@dungeon-of-data]─[~]
└─▶ conky
conky: desktop window (99) is root window
conky: window type - desktop
conky: drawing to created window (0x2200001)
conky: drawing to double buffer
conky: forked to background, pid is 8593
For some reason, conky -d reads the background field incorrectly, but it runs fine without the daemonize flag.
Not sure if anything changed, but I cannot reproduce this problem anymore.
But if I pkill conky and restart it, then it works fine.
Here is my .conkyrc