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 = 'top_left',

	minimum_width = 100, 
	minimum_height = 30,
	gap_x = 85,
	gap_y = 692,

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

	draw_borders = false,
	draw_outline = false,
	draw_shades = false,

-- ------------------------- Color
	default_color = 'DCDCDC',
	color0 = '1793d0',
	color4 = '4D4D4D',

-- ------------------------- Other
	update_interval = 36000,

};

conky.text = [[
${font GE Inspira:bold:pixelsize=30}${color0}Debian ${color}Gnu/Linux. ${color0}${font GE Inspira:bold:pixelsize=10}${color4} une distribution simple et légère.
]];
