# Conky settings #
background no
update_interval 1

cpu_avg_samples 2
net_avg_samples 2

override_utf8_locale yes

double_buffer yes
no_buffers yes

text_buffer_size 2048
#imlib_cache_size 0

temperature_unit fahrenheit

# Window specifications #

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

minimum_size 200 250
maximum_width 200

alignment tr
gap_x 35
gap_y 00

# Graphics settings #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

# Text settings #
use_xft yes
xftfont caviar dreams:size=8
xftalpha 0.5

uppercase no

temperature_unit celsius


default_color 000000

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

TEXT
${voffset 8}${color 000000}${font caviar dreams:size=16}${time %A}${font}${voffset 0}${alignr 50}${color 000000}${font caviar dreams:size=32}${time %e}${font}
${color 000000}${voffset -30}${color 000000}${font caviar dreams:size=18}${time %b}${font}${voffset -3} ${color 000000}${font caviar dreams:size=20}${time %Y}${font}${color 000000}${hr}
${voffset 140}${font caviar dreams:size=10}${alignr}Home${font}
${color 000000}${voffset 6}${sysname}${alignr}${kernel}
Uptime:$alignr${color 000000}$uptime_short
${color 000000}${goto 25}${voffset 35}${cpu cpu0}%
${color 000000}${goto 25}CPU
${color 000000}${goto 50}${voffset 23}${memperc}%
${color 000000}${goto 50}RAM
${color 000000}${goto 75}${voffset 23}${swapperc}%
${color 000000}${goto 75}SWAP
${color 000000}${goto 100}${voffset 23}${fs_free /}
${color 000000}${goto 100}System
${color 000000}${goto 125}${voffset 25}${upspeed em1}
${color 000000}${goto 125}${downspeed em1}
${color 000000}${goto 125}Net

${font :style=Bold}PROCESSES${font} ${hr 2}
NAME $alignr PID    CPU
${top name 1} $alignr ${top pid 1} ${top cpu 1}
${top name 2} $alignr ${top pid 2} ${top cpu 2}
${top name 3} $alignr ${top pid 3} ${top cpu 3}
${top name 4} $alignr ${top pid 4} ${top cpu 4}
${top name 5} $alignr ${top pid 5} ${top cpu 5}

${font :style=Bold}Weather${font} ${hr 2}
Location: ${execi 3600 conkyForecast --location=EGXX0004 --datatype=CN}        Temp: ${execi 3600 conkyForecast --location=EGXX0004 --datatype=HT}
Conditions: ${execi 3600 conkyForecast --location=EGXX0004 --datatype=CC}
${font ConkyWeather:size=36}${execi 3600 conkyForecast --startday=1 --endday=3 --location=EGXX0004 --datatype=WF}${font}
${execi 3600 conkyForecast --location=EGXX0004 --startday=1 --endday=3 --spaces=15 --datatype=HT}
${execi 3600 conkyForecast --location=EGXX0004 --startday=1 --endday=3 --spaces=5 --datatype=DW}

