# 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 normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_hints below

border_inner_margin 0
border_outer_margin 0

minimum_size 200 250
maximum_width 200

alignment tr
gap_x 40
gap_y 60

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

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

uppercase no

temperature_unit celsius


default_color FFFFFF

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

TEXT

${goto 14}${font ubuntu:size=12} ${color FFFFFF} ${time %A} ${color 73a5ec}${time %x}
${hr}
${image ~/.conky/avlinux.png -p 58,115 -s 85x48}
${voffset 80} 
${font ubuntu:size=10}${goto 76}${color 73a5ec}${time %r}
${voffset 40}
${font ubuntu:size=8}
${color FFFFFF}${goto 15}${voffset 25}${cpu cpu0}% | ${cpu cpu0}%
${color 73a5ec}${goto 25}CPU
${color FFFFFF}${goto 50}${voffset 23}${memperc}%
${color 73a5ec}${goto 50}RAM
${color FFFFFF}${goto 75}${voffset 23}${swapperc}%
${color 73a5ec}${goto 70}Swap
${color FFFFFF}${goto 80}${voffset 25}${fs_used_perc /}% | ${fs_used_perc /home}%
${color 73a5ec}${goto 35}/System | /Home
${color FFFFFF}${goto 100}${voffset 25}${downspeed eth0}| ${upspeed eth0}
${color 73a5ec}${goto 100}Réseau
${voffset 100}
${color FFFFFF}${font ubuntu:size=8}Actif depuis: ${uptime_short}${color 73a5ec}${font ubuntu:size=8}${alignr}${nodename}
${color FFFFFF}${font ubuntu:size=8}Processus: ${processes}${color 73a5ec}${font ubuntu:size=8}${alignr}Kernel: ${kernel}
${color FFFFFF}${font ubuntu:size=8}Actif(s): ${running_processes}${color 73a5ec}${font ubuntu:size=8}${alignr}${pre_exec cat /etc/issue.net}  ${machine}


