Following lines in /home/user/.config/conky are not sufficient to make the conky window transparent:
own_window_type = 'desktop',
own_window_transparent = true,
own_window_class = 'override',
own_window_transparent = true,
These two lines are also necessary:
own_window_argb_visual = false,
own_window_argb_value = 0,