conky.config = {
-- ------------------------- Windows Settings
	own_window = true,
	own_window_type = 'desktop',
	own_window_transparent = false,
	own_window_hints = 'undecorated,sticky,below,skip_taskbar,skip_pager',
	own_window_argb_visual = true,
	own_window_argb_value = 0,

	double_buffer = true,
	background = false,

-- ------------------------- Position
	alignment = 'bottom_left',

	minimum_width = 295,
	minimum_height = 165,
	maximum_width = 313,
	gap_x = 313,
	gap_y = 10,

-- ------------------------- Font
	use_xft = true,
	xftalpha = 0.8,
	override_utf8_locale = true,

	draw_shades = true,
	default_shade_color = 'black',

	draw_borders = false,
	draw_outline = false,

	font = 'Monofur:bold:size=8',

-- ------------------------- Color
	default_color = 'DCDCDC',
	color0 = '1793d0',
	color1 = 'DDDDDD',
	color2 = 'AAAAAA',
	color3 = '888888',

--------------------------- OTHER
	update_interval = 1,

	top_cpu_separate = false,
	cpu_avg_samples = 2,
	--top_name_verbose = false,

	template0 = [[${GOTO 50}${color\1}${top name \2}${alignr}${top cpu \2}%]],

	lua_load = '/home/toulibre/Téléchargements/ConkyBar/lua/cpu_graph.lua',
	lua_draw_hook_pre = 'main_graph',
};

conky.text = [[
${voffset 25}${GOTO 50}${font}CPU
${GOTO 50}${font}Utilisation moyenne: ${font Monofur:size=8}${cpu cpu0}%${alignr}${font}Fréquence: ${font Monofur:size=8}${freq_g} Ghz
${voffset 27}${template0 0 1}
${template0 1 2}
${template0 2 3}
${voffset 5}${GOTO 40}${color2}${GOTO 80}${cpu cpu0}${GOTO 105}${cpu cpu1}${GOTO 130}${cpu cpu2}${GOTO 155}${cpu cpu3} 
${GOTO 85}${hwmon 1 temp 1}°C${GOTO 135}${hwmon 2 temp 2}°C
${image /home/toulibre/Téléchargements/ConkyBar/img/cpu.png -p 0,15}
]];
