conky.config = {
-- — Conky settings — #
	background = true,
	update_interval = 1,
	total_run_times = 0,
	net_avg_samples = 2,
	override_utf8_locale = true,
	double_buffer = true,
	no_buffers = true,
	text_buffer_size = 2048,
	imlib_cache_size = 0,
-- — Window specifications — #
	own_window_argb_visual = true,
    own_window_argb_value = 0,
	own_window_class = 'Conky',
	own_window = true,
	own_window_type = 'conky',
	own_window_transparent = true,
	own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
	border_inner_margin = 0,
	border_outer_margin = 0,
	minimum_width = 150, minimum_height = 150,
	maximum_width = 170,
	alignment = 'top_left',
	gap_x = 100,
	gap_y = 300,
-- — Graphics settings — #
	draw_shades = false,
	draw_outline = false,
	draw_borders = false,
	draw_graph_borders = false,
-- — Text settings — #
	use_xft = true,
	font = 'LCDMono2:size=11',
	default_color = '#FFFFFF',
	uppercase = false,
	use_spacer = 'right',
-- — Lua Load — #
	lua_load = '$HOME/.Conky/revolutionary_clocks/rev_supermini/cups_n_saucers3.lua',
	lua_draw_hook_post = 'main',
}

conky.text = [[
${voffset 40}${font LCDMono2:size=20.8}${goto 28}${time %H:%M}${font}
${voffset 2}${goto 28}${time %a %d %b}
]]
