conky.config = {
-- -----------------------------------------------------------------------------
--  # conkyrc_foraz - teoforaz - teoforaz@gmail.com ----------------------------
--  # versión: conkyrc_foraz_theme_1.6.6 - 3/5/2020 ----------------------------
--  # License : Distributed under the terms of GNU GPL version 2 or later
-- -----------------------------------------------------------------------------
	gap_x = 0,
	gap_y = 0,
	minimum_width = 850, minimum_height = 400,
	maximum_width = 850,
	own_window = true,
	own_window_type = 'override',
	own_window_transparent = true,
	own_window_argb_visual = true,
	own_window_type = 'normal',
	own_window_class = 'conky-semi',
	own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',
	border_inner_margin = 0,
	border_outer_margin = 0,
	alignment = 'top_right',

	draw_shades = false,
	draw_outline = false,
	draw_borders = false,
	draw_graph_borders = false,

	override_utf8_locale = true,
	use_xft = true,
	font = 'caviar dreams:size=8',
	xftalpha = 0.5,
	uppercase = false,
	width = '0',
	max_text_width = 600,

-- new
	border_width = 0,
	draw_borders = false,
	draw_graph_borders = false,
	draw_outline = false,
	draw_shades = false,
	format_human_readable = true,
	short_units = true,
	top_cpu_separate = false,
	total_run_times = 0,

-- colores
-- títulos
	 color1 = '#990000',
-- textos
	 color2 = '#333333',
	 color3 = '#eeeeee'

};

conky.text = [[

# RSS RT
${voffset 660}
${if_existing /proc/net/route _ETH_}
${font Astro867:size=10}${color1}RSS
${voffset 0}
${font Ubuntu:size=10}$color2${rss https://www.omgubuntu.co.uk/feed 7 item_titles 7}
# ${font Ubuntu:size=10}$color2${rss https://actualidad.rt.com/feeds/all.rss 7 item_titles 7}
${endif}

${font Ubuntu:size=11}$color3${exec /opt/foraz/conky/quotes.sh}

]];
