conky.config = {
-- — Conky settings

	background = false,
	update_interval = 1,
	total_run_times = 0,
	no_buffers = true,
	imlib_cache_size = 0,
	cpu_avg_samples = 2,
    	net_avg_samples = 2,
    	imlib_cache_size = 0,
    	total_run_times = 0,
	background = true,
    	out_to_console = false,
    	out_to_x = true,
	use_xft = true,
    	xftalpha = 0.8,
    	override_utf8_locale = true,
	
	own_window = true,
        own_window_transparent = true,
        own_window_argb_visual = true,
	own_window_type = 'desktop',
	own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',


	double_buffer = true,
	minimum_width = 150, minimum_height = 1380,
	alignment = 'top_left',
	
	border_inner_margin = 10,

	gap_x = 2395,
	gap_y = 40,

-- Lua Load
--	lua_load = './first.lua',
	lua_load = './main.lua',
	lua_draw_hook_post = 'main',		
};
conky.text = [[

]];

