Closed vascowhite closed 10 years ago
After a conversation with Tucos on irc #conky it seems that the default settings for building conky 2.0.0_pre have BUILD_XDBE
switched off. This was the cause of the X window error.
Building with BUILD_XDBE
switched on stops the X error and allows own_window_colour
to work. So the question remains:-
In order for transparency to work (on my system anyway) own_window_colour
needs to switched off.
Output of conky -v
Conky config:-
This set up causes the following output:-
Commenting out the
own_window_argb_visual = true,
line causes conky to render properly, except thatown_window_colour = 'ffffff',
has no effect, it always shows with a black background.How can I make the conky window transparent, or at least change its background colour?