# Use Xft?
use_xft yes
xftfont Sans:size=10
xftalpha 0.8
text_buffer_size 2048

# 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 undecorated,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 500
maximum_width 250

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Draw borders around graphs
draw_graph_borders yes

# Stippled borders?
stippled_borders 0

# border margins
border_margin 1

# border width
border_width 0

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

# 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 85
gap_y 75

# 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 none

TEXT

${color blue}System ${hr 2}
${color}${nodename}
${color}${pre_exec lsb_release -i -s}
${color}xenialpup
${color}${sysname} ${kernel}
${color}Uptime ${uptime}

${color Yellow}Resources ${hr 2}
${color}CPU0 ${cpu cpu0}%${alignr}${color FFBF00}${cpubar cpu0 10,60}
#${color}CPU1 ${cpu cpu1}%${alignr}${color FFBF00}${cpubar cpu1 10,60}
#${color}CPU2 ${cpu cpu2}%${alignr}${color FF9500}${cpubar cpu2 10,60}
#${color}CPU3 ${cpu cpu3}%${alignr}${color FF5400}${cpubar cpu3 10,60}
#${color}CPU4 ${cpu cpu4}%${alignr}${color FF1700}${cpubar cpu4 10,60}
#${color}CPU5 ${cpu cpu5}%${alignr}${color FF0048}${cpubar cpu5 10,60}
#${color}CPU6 ${cpu cpu6}%${alignr}${color FF0094}${cpubar cpu6 10,60}

${color}Mem  ${mem}/${memmax}${alignr}${color DD94FF}${membar 10,60}
${color white}Swap: $swap/$swapmax
$swapperc% ${swapbar 10,173}

${color}Incoming ${downspeedf eth0} KB/s ${alignr}${color AAE4FF}${downspeedgraph eth0 10,60}
${color}Total Received${alignr}${totaldown eth0}
${color}Sending   ${upspeedf eth0} KB/s ${alignr}${color 17C2B8}${upspeedgraph eth0 10,60}
${color}Total Sent${alignr}${totalup eth0}

${color green}File Systems ${hr 2}
${color}sda1 ${fs_used /mnt/sda1}/${fs_size /mnt/sda1}${alignr}${color 15DF76}${fs_bar 10,60 /mnt/sda1}
${color}sda2 ${fs_used /mnt/sda2}/${fs_size /mnt/sda2}${alignr}${color 15DF76}${fs_bar 10,60 /mnt/sda2}
${color}sdb1 ${fs_used /mnt/home}/${fs_size /mnt/home}${alignr}${color 15DF76}${fs_bar 10,60 /mnt/home}

${color Red}Processes ${hr 2}
${color}${alignr}CPU%
${color}${top name 1}${alignr}${top cpu 1}
${color}${top name 2}${alignr}${top cpu 2}
${color}${top name 3}${alignr}${top cpu 3}
${color}${top name 4}${alignr}${top cpu 4}
${color}${top name 5}${alignr}${top cpu 5}
${color}${top name 6}${alignr}${top cpu 6}
${color}${top name 7}${alignr}${top cpu 7}

${color}${alignr}Mem
${color}${top_mem name 1}${alignr}${top_mem mem_res 1}
${color}${top_mem name 2}${alignr}${top_mem mem_res 2}
${color}${top_mem name 3}${alignr}${top_mem mem_res 3}
${color}${top_mem name 4}${alignr}${top_mem mem_res 4}
${color}${top_mem name 5}${alignr}${top_mem mem_res 5}
${color}${top_mem name 6}${alignr}${top_mem mem_res 6}
${color}${top_mem name 7}${alignr}${top_mem mem_res 7}
