# Use Xft?
use_xft yes
xftfont cure:size=6

# Update interval in seconds
update_interval 1

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window  yes
own_window_transparent yes
own_window_type override
own_window_hints undecorate,below,sticky,skip_taskbar,skip_pager 

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 310 5

maximum_width 310

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 5

# border width
border_width 1

# Default colors and also border colors
default_color 303030
#default_shade_color white
#default_outline_color black
own_window_colour 262524

# Text alignment, other possible values are commented
#alignment top_left
#alignment top_right
#alignment bottom_left
alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 35
gap_y 50

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer yes

color0 00539C 		# Dark blue
color1 729FCF       # Light blue

TEXT
${font Liberation Mono:bold:size=10}${font Liberation Mono:bold:size=10}
${color0}Cpu 1:${color1}  ${cpu cpu1}% 
${color0}${cpugraph cpu1 20,310 303030 729FCF} 
${color0}Cpu 2:${color1}  ${cpu cpu2}%
${color0}${cpugraph cpu2 20,310 303030 729FCF} 
${color0}Cpu 3:${color1}  ${cpu cpu3}%
${color0}${cpugraph cpu3 20,310 303030 729FCF}
${color0}Cpu 4:${color1}  ${cpu cpu4}%
${color0}${cpugraph cpu4 20,310 303030 729FCF}
${color0}Ram used:${color1} $mem / $memmax 
$memperc% ${color0} ${membar}
#${color0}Swap used:${color1} $swap / $swapmax
${color0}Name${goto 170}PID${goto 220}CPU%${goto 285}MEM 
      Top Cpu${color1}${font Liberation Mono:bold:size=9}
${top name 1}${goto 170}${top pid 1}${goto 220}${top cpu 1}${goto 285}${top mem_res 1}
${top name 2}${goto 170}${top pid 2}${goto 220}${top cpu 2}${goto 285}${top mem_res 2}
${top name 3}${goto 170}${top pid 3}${goto 220}${top cpu 3}${goto 285}${top mem_res 3}
${top name 4}${goto 170}${top pid 4}${goto 220}${top cpu 4}${goto 285}${top mem_res 4}
${top name 5}${goto 170}${top pid 5}${goto 220}${top cpu 5}${goto 285}${top mem_res 5}
${top name 6}${goto 170}${top pid 6}${goto 220}${top cpu 6}${goto 285}${top mem_res 6}
${top name 7}${goto 170}${top pid 7}${goto 220}${top cpu 7}${goto 285}${top mem_res 7}
${top name 8}${goto 170}${top pid 8}${goto 220}${top cpu 8}${goto 285}${top mem_res 8}
${color0}${font Liberation Mono:bold:size=10}      Top Mem${color1}${font Liberation Mono:bold:size=9}
${top_mem name 1}${goto 170}${top_mem pid 1}${goto 220}${top_mem cpu 1}${goto 285}${top_mem mem_res 1}
${top_mem name 2}${goto 170}${top_mem pid 2}${goto 220}${top_mem cpu 2}${goto 285}${top_mem mem_res 2}
${top_mem name 3}${goto 170}${top_mem pid 3}${goto 220}${top_mem cpu 3}${goto 285}${top_mem mem_res 3}
${top_mem name 4}${goto 170}${top_mem pid 4}${goto 220}${top_mem cpu 4}${goto 285}${top_mem mem_res 4}
${top_mem name 5}${goto 170}${top_mem pid 5}${goto 220}${top_mem cpu 5}${goto 285}${top_mem mem_res 5}
${top_mem name 6}${goto 170}${top_mem pid 6}${goto 220}${top_mem cpu 6}${goto 285}${top_mem mem_res 6}
${top_mem name 7}${goto 170}${top_mem pid 7}${goto 220}${top_mem cpu 7}${goto 285}${top_mem mem_res 7}
${top_mem name 8}${goto 170}${top_mem pid 8}${goto 220}${top_mem cpu 8}${goto 285}${top_mem mem_res 8}

${voffset 3}${font Liberation Mono:bold:size=12}${color0}Tmperature${color1}_____________________________________${font Liberation Mono:bold:size=10}

${color1}/-${color0}Average CPU: ${color1}${exec sensors | grep 'CPU Temp' | cut -c22-29}-|
${color1}|__|____________|______|
${color1}|-${color0}Core 1:${color1}------${exec sensors | grep 'Core 0' | cut -c15-22}-|
${color1}|-${color0}Core 2:${color1}------${exec sensors | grep 'Core 1' | cut -c15-22}-|
${color1}|-${color0}Core 3:${color1}------${color1}${exec sensors | grep 'Core 2' | cut -c15-22}-|
${color1}|-${color0}Core 4:${color1}------${color1}${exec sensors | grep 'Core 3' | cut -c15-22}-|
${color1}\__|____________|______|

${color0}Warning: ${color1}${exec sensors | grep 'Core 0' | cut -c25-59}

${voffset 3}${font Liberation Mono:bold:size=12}${color0}Fan Speed / Voltage${color1}___________________________________
${font Liberation Mono:bold:size=10}
${color0}CPU Fan: ${color1}${exec sensors | grep 'CPU FAN' | cut -c20-29}
${color0}Vcore: ${offset 20}${color1}${exec sensors | grep 'Vcore' | cut -c22-29}