conky.config = {
alignment = 'top_right',
background  = false,
double_buffer = true,
border_width = 0,
cpu_avg_samples = 2,
default_color = 'white',
draw_borders = false,
draw_graph_borders = false,
draw_outline = false,
draw_shades = false,
use_xft = true,
font = 'DejaVu Sans Mono:size=12',
gap_x = 5,
gap_y = 5,
net_avg_samples = 2,
no_buffers = true,
text_buffer_size = 512,
out_to_console = false,
out_to_stderr = false,
extra_newline = false,
own_window = true,
own_window_class = 'Conky',
own_window_type = 'desktop',
own_window_transparent = true,
own_window_argb_visual = true,
-- own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager;
stippled_borders = 0,
update_interval = 1.0,
uppercase = false,
use_spacer = 'none',
show_graph_scale = false,
show_graph_range = false,
minimum_width = 160,
minimum_height = 1024,
maximum_width = 180,
-------------------------- Attention, below setting is for second monitor right of primary. If screen resolution is 1280x1024
--			-- you can to set it to xinerama_head = 1280 , conky display at right side of right monitor
--			-- set it to xinerama_head = 0 then conky display at right side of primary (left) monitor
--			-- if there is only one monitor set it to xinerama_head = 0 then conky display of right side
--			-- in my case xinerama_head = 2 do the job to display conky at right side of right monitor
xinerama_head = 2;
--------------------------

--Lua scripts
lua_load = '~/.lua/basic/basic.lua',
lua_draw_hook_pre = 'main'
}

conky.text = [[

]]
