conky.config = {
	background = false,
	update_interval = 0.5,

	own_window = true,
	own_window_type = 'override',
	own_window_argb_visual = false,
	own_window_argb_value = 0,
	own_window_transparent = true,
	own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',
	own_window_colour = '#000000',

	use_xft = true,
	font = 'HandelGotD:size=8',
	xftalpha = 0.85,
	total_run_times = 0,
	override_utf8_locale = true,
	double_buffer = true,
	no_buffers = true,
	uppercase = false,

	minimum_width = 250, minimum_height = 250,
	maximum_width = 400,

	draw_shades = false,
	draw_outline = false,
	draw_borders = false,
	draw_graph_borders = false,
	border_width = 0,

	alignment = 'top_middle',
	gap_x = 30,
	gap_y = 0,
	minimum_width = 250, minimum_height = 250,
	maximum_width = 500,

	use_spacer = 'none',
	show_graph_scale = false,
	show_graph_range = false,
	text_buffer_size = 1024,
	imlib_cache_size = 0,

	default_color = '#333333',

	lua_load = '/home/toulibre/Images/Conkys/G-RINGS/scripts/lua/rings.lua',
	lua_draw_hook_pre = 'clock_rings',

};

conky.text = [[
${voffset 70}${goto 140}${color eeeeee}${font URW Gothic L:size=8}cpu
${voffset 1}${goto 140}${color eeeeee}${font URW Gothic L:size=8}${cpu cpu1}%
${voffset 8}${goto 78}${color eeeeee}${font URW Gothic L:size=15}${time %H}
${voffset -15}${goto 78}${color eeeeee}${font URW Gothic L:size=8}heure
${voffset -35}${goto 198}${color eeeeee}${font URW Gothic L:size=15}${time %M}
${voffset -15}${goto 202}${color eeeeee}${font URW Gothic L:size=8}min
${voffset 8}${goto 140}${color eeeeee}${font URW Gothic L:size=8}freq
${voffset 1}${goto 137}${color eeeeee}${font URW Gothic L:size=8}${freq cpu1}
]];
