# Conky settings #
background yes
update_interval 1

cpu_avg_samples 2
net_avg_samples 2
temperature_unit celsius

double_buffer yes
no_buffers yes
text_buffer_size 2048

gap_x 10
gap_y 10

minimum_size 195 450
maximum_width 195

own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
border_inner_margin 0
border_outer_margin 0
alignment tr

draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

override_utf8_locale yes
use_xft yes
xftfont caviar dreams:size=8
xftalpha 0.5
uppercase no

default_color FFFFFF
color1 DDDDDD
color2 AAAAAA
color3 888888
color4 D54D23

# Lua Load #
lua_load ~/.lua/scripts/clock_rings.lua
lua_draw_hook_pre clock_rings

TEXT
${font Rational Integer:size=12 weight:bold}${color1}${voffset 100}${goto 28}${time %A}${font Rational Integer:size=20}${alignr}${color2}${time %I}:${time %M}${font Rational Integer:size=10}${color3}${time %P}
${font Rational Integer:size=20 weight:bold}${color1}${time %b}  ${font Rational Integer:size=20}${color2}${time %e}  ${color3}${time %Y}${goto 90}${voffset -12}${color1}${cpugraph 10,80 666666 666666}
${font Ubuntu:size=10}${color4}${goto 65}${voffset -89}${cpu cpu0}%  ${cpu cpu1}%
${goto 70}${font Ubuntu:size=10}${color1}${voffset 65}${top name 1}${alignr}${top cpu 1}%
${goto 70}${font Ubuntu:size=10}${color2}${voffset -5}${top name 2}${alignr}${top cpu 2}%
${goto 70}${font Ubuntu:size=10}${color3}${voffset -5}${top name 3}${alignr}${top cpu 3}%

${font Rational Integer:size=12 weight:bold}${color1}${goto 68}${voffset 38}MEM ${font Ubuntu:size=10}${goto 47}${voffset -15}${color4}${memperc}%
${goto 70}${font Ubuntu:size=10}${color1}${voffset 10}${top_mem name 1}${alignr}${top mem 1}%
${goto 70}${font Ubuntu:size=10}${color2}${voffset -5}${top_mem name 2}${alignr}${top mem 2}%
${goto 70}${font Ubuntu:size=10}${color3}${voffset -5}${top_mem name 3}${alignr}${top mem 3}%
${alignr}${voffset -70}${memgraph 20,80 666666 666666}

${font Rational Integer:size=12 weight:bold}${color1}${goto 68}${voffset 70}DISK ${font Ubuntu:size=10}${goto 47}${voffset -16}${color4}${fs_used_perc /}%
${alignr}${voffset -20}${diskiograph 20,80 666666 666666}
${goto 70}${voffset -1}${font Ubuntu:size=10}${color2}Used:${alignr}${fs_used /}
${goto 70}${voffset -3}${font Ubuntu:size=10}${color2}Free:${alignr}${fs_free /}
${font Rational Integer:size=12 weight:bold}${color1}${goto 68}${voffset 55}NET ${font Ubuntu:size=10}${goto 47}${voffset -17}${color4}${downspeed ppp0} ${alignr}${voffset 0}${downspeedgraph ppp0 20,80 666666 666666}
${voffset -7}${goto 70}${color2}${font Ubuntu:size=10}${color2}${if_up eth0}eth:${alignr}${addr eth0} ${endif}
${voffset -2}${goto 70}${if_up ppp0}3g:${alignr}${addr ppp0}${endif}
${voffset -3}${goto 70}${if_up wlan0}wlan:${alignr}${addr wlan0}${endif}
${goto 70}${voffset -3}${font Rational Integer:size=12 weight:bold}${color1}GPUtemp ${alignr}${font Ubuntu:size=12}${nvidia temp}c
${goto 70}${voffset -3}${font Ubuntu:size=10}${color2}gpuclk:${alignr}${nvidia gpufreq}mhz
${goto 70}${voffset -3}${font Ubuntu:size=10}${color3}memclk:${alignr}${nvidia memfreq}mhz






