#Locale, fonts and font sizes.
use_xft yes
xftfont Droid Sans:size=9
override_utf8_locale yes

# Conky performance
update_interval 1
total_run_times 0
double_buffer yes
no_buffers yes
net_avg_samples 2
text_buffer_size 1024

# Execute it in its own window
own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Borders, margins.
draw_borders no
border_inner_margin 0
border_outer_margin 2

# Own window color
own_window_colour 393834

# Font colors
default_color B7B2AD
#default_color EFEEED

# Text shadows
draw_shades no

# Header colors
color0 DD3A21

# Minimum dimensions
minimum_size 1440 0

# Conky positioning.
alignment bottom_left
gap_x 0
gap_y 35

# Output
TEXT
${image ~/.config/conky/lucid/pix/frame-1440.png -p 0,0 -s 1440x202}
${voffset 32}${font Droid Sans:style=Bold:size=12}${color0}${goto 256}Processes:${goto 465}Disks:${goto 715}Network:${goto 970}Temperatures:${goto 1175}Time and Date:${font}${color}
${voffset 10}${goto 256}${top name 1}${goto 356}${top pid 1}${goto 400}${top cpu 1}${goto 465}System (/):${goto 570}${fs_used /} / ${fs_size /}${goto 715}Upspeed: ${goto 800}${upspeedgraph eth0 10,100 B7B2AD B7B2AD}${font Droid Sans:style=Bold:size=9}  ${upspeed eth0}${font}${goto 970}CPU Core 0: ${goto 1062}${execi 4 sensors | grep -A 0 'Core 0' | cut -c15-18} ºC${goto 1175}${time %H:%M}  ${time %d/%m/%Y}
${goto 15}Kernel: ${goto 100}${kernel}${goto 256}${top name 2}${goto 356}${top pid 2}${goto 400}${top cpu 2}${goto 570}${fs_bar 10,100 /}${goto 715}Downspeed: ${goto 800}${downspeedgraph eth0 10,100 B7B2AD B7B2AD}${font Droid Sans:style=Bold:size=9}  ${downspeed eth0}${font}${goto 970}CPU Core 1: ${goto 1062}${execi 4 sensors | grep -A 0 'Core 1' | cut -c15-18} ºC${goto 1175}${time %A}, ${time %d} ${time %B} ${time %Y}
${goto 15}CPU: ${goto 100}${cpubar cpu1 10,100}${font Droid Sans:style=Bold:size=9}  ${cpu cpu1}%${font}${goto 256}${top name 3}${goto 356}${top pid 3}${goto 400}${top cpu 3}${goto 465}Homes (/home):${goto 570}${fs_free /home} / ${fs_size /home}${goto 715}Total Uploaded: ${goto 820}${totalup eth0} ${goto 970}GPU: ${goto 1062}${execi 4 nvidia-settings -q gpucoretemp | grep :0.0 | awk '{print $4  " °C"}' | sed 's/\.//'}
${goto 15}RAM: ${goto 100}${membar 10,100}${font Droid Sans:style=Bold:size=9}  $memperc%${font}${goto 256}${top name 4}${goto 356}${top pid 4}${goto 400}${top cpu 4}${goto 570}${fs_bar 10,100 /home}${goto 715}Total Download: ${goto 820}${totaldown eth0}${goto 1175}${execi 5 ~/.config/conky/scripts/media-player-info}
${goto 15}SWAP:${goto 100}${swapbar 10,100}${font Droid Sans:style=Bold:size=9}  $swapperc%${font}${goto 256}${top name 5}${goto 356}${top pid 5}${goto 400}${top cpu 5}${goto 465}Home (~):${goto 570}${fs_used /home/fl118890} / ${fs_size /home/fl118890}${goto 715}Local IP: ${goto 820}${addr eth0}
${goto 15}Uptime: ${goto 100}${uptime}${goto 570}${fs_bar 10,100}${goto 715}Public IP: ${goto 820}${execi 10800 ~/.config/conky/scripts/myip --no-notify| grep external | cut -d: -f 2}
