Lucien_Lachance After a bit of tinkering I have it all good, thanks!
Config (for my 1920x1080 screen):
conky.config = {
alignment = 'top_left',
background = true,
border_width = 0,
cpu_avg_samples = 2,
default_color = 'white',
default_outline_color = 'white',
default_shade_color = 'white',
double_buffer = true,
draw_borders = false,
draw_graph_borders = true,
draw_outline = false,
draw_shades = false,
extra_newline = false,
font = 'source code pro black:style=Bold:size=9',
gap_x = 850,
gap_y = 4,
minimum_height = 5,
minimum_width = 5,
net_avg_samples = 2,
no_buffers = true,
out_to_console = false,
out_to_ncurses = false,
out_to_stderr = false,
out_to_x = true,
own_window = true,
own_window_argb_visual = yes,
own_window_transparent = yes,
own_window_argb_visual = true,
own_window_argb_value = 0,
own_window_transparent = true,
own_window_class = 'Conky',
own_window_type = 'desktop',
show_graph_range = false,
show_graph_scale = false,
stippled_borders = 0,
update_interval = 3,
uppercase = false,
use_spacer = 'none',
use_xft = true,
}
conky.text = [[ CPU: $cpu% | RAM $mem | SSD ${fs_used_perc /}% ]]