Disappearing Conky in plasma 5

It disappear/vanish as soon as I start to click the mouse.
In xfce and enlightenment it doesn’t disappear.

Assuming its the default config and based on new conky syntax,
Look for this line: own_window_type = ‘desktop’, and change it to: own_window_type = ‘normal’,
and then add this line :
own_window_hints = ‘undecorated,below,sticky,skip_taskbar,skip_pager’,

and then check.

Hi,

Thanks for the help, it worked.
There was flickering after the fix but I was able to solved it by starting conky with option -b.