conky.config = {

-- Conky by Qaisar Nawaz
-- Modified by Dean Loros
-- Conky settings #
	background = false,
	update_interval = 1,
	double_buffer = true,
	no_buffers = true,

-- number of cpu samples to average
-- set to 1 to disable averaging
	cpu_avg_samples = 1,

-- number of net samples to average
-- set to 1 to disable averaging
	net_avg_samples = 1,

-- Window specifications #
	own_window = true,
        own_window_type = 'desktop',
	own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
	own_window_title = '',
	own_window_colour = '#484B52',
	own_window_argb_visual = true,
	own_window_argb_value = 180,

	minimum_width = 220, minimum_height = 60,
	maximum_width = 220,

-- Alignment #
	alignment = 'top_right',
	gap_x = 20,
	gap_y = 230,

	border_inner_margin = 4,
	border_outer_margin = 0,

-- Graphics settings #
	draw_shades = false,
	draw_outline = false,
	draw_borders = false,
	draw_graph_borders = false,

-- Text settings #
	use_xft = true,
	font = 'Technical CE:bold:size=10',
	xftalpha = 0.5,

	override_utf8_locale = true,

	imlib_cache_size = 0,

-- Color scheme #
	default_color = '#000000',
	color1 = 'white',
};

conky.text = [[
${font Technical CE:bold:size=12}${color #ffd800}Nvidia${color1}${font} 
  GPU1:    ${exec nvidia-settings -t -q [gpu:0]/GPUCoreTemp} °C${goto 140}GPU2:    ${exec nvidia-settings -t -q [gpu:1]/GPUCoreTemp} °C

]];
