
conky.config = {

 use_xft = true,
 font = 'xftfont Segoe UI:size=35',

 update_interval = 1,
 total_run_times = 0,
 double_buffer = true,
 text_buffer_size = 2048,

 own_window = true,
 own_window_type = 'normal',
 own_window_transparent = true,
 own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',

 minimum_height = 340,
 maximum_width = 340,
 minimum_width = 340,

 default_color = '595959',
 draw_shades = false,

 alignment = 'bottom_middle',
 gap_x = 0,
 gap_y = 30,

 no_buffers = false,
 net_avg_samples = 2,

 override_utf8_locale = true,

 no_buffers = true,
 imlib_cache_size = 0,
 short_units = true,

}

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

]]