 
conky.config = {

 alignment = 'bottom_left',
 default_color = '595959',
 double_buffer = true,
 draw_shades = false,
 font = 'xftfont Segoe UI:size=35',
 gap_x = 50,
 gap_y = 110,
 imlib_cache_size = 0,
 maximum_width = 340,
 minimum_height = 340,
 minimum_width = 340,
 net_avg_samples = 2,
 no_buffers = true,
 override_utf8_locale = true,
 own_window = true,
 own_window_type = 'normal',
 own_window_transparent = true,
 own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
 short_units = true,
 text_buffer_size = 2048,
 total_run_times = 0,
 update_interval = 1,
 use_xft = true,

}	

conky.text = [[
#------------------------------+
# ConkyCarousel   |
#------------------------------+
 ${execpi 60 ./conkycarousel.sh}

]]