# Conky settings #
background no
update_interval 1
double_buffer yes
no_buffers yes

# Window specifications #
gap_x 10
gap_y 10
alignment top_right
minimum_size 350 400
maximum_width 400
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
#own_window_argb_visual yes
#own_window_argb_value 0
#border_margin 0
#border_inner_margin 0
#border_outer_margin 0

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

# Text settings #
use_xft yes
xftalpha 0
xftfont Sans:size=10

override_utf8_locale yes

imlib_cache_size 0

# Color scheme #
default_color eaeaea

template1 ~/temp/temp.gif.
template2 -p 0,0

TEXT
${voffset 30}
${color}CPU USAGE :- ${cpu} %    ${cpubar 10,80}
${cpugraph 30,350}
MEMORY USAGE :- ${mem}    ${membar 10,80}
${memgraph 30,350}
FILESYSTEM :-  ${fs_used} / ${fs_size}         ${fs_bar 10,80}
CURRENT DISK IO :- ${diskio}    UPTIME  :-  ${uptime_short}
${hr}
#Processes consuming most memory
PROCESS${alignc -30}MEMORY%${alignr}MEMORY
${voffset 4}${top_mem name 1}
${voffset 4}${top_mem name 2}
${voffset 4}${top_mem name 3}
${voffset 4}${top_mem name 4}
${voffset 4}${top_mem name 5}
${voffset -100}${alignc}${top_mem mem 1}%
${voffset 4}${alignc}${top_mem mem 2}%
${voffset 4}${alignc}${top_mem mem 3}%
${voffset 4}${alignc}${top_mem mem 4}%
${voffset 4}${alignc}${top_mem mem 5}%
${voffset -100}${alignr}${top_mem mem_res 1}
${voffset 4}${alignr}${top_mem mem_res 2}
${voffset 4}${alignr}${top_mem mem_res 3}
${voffset 4}${alignr}${top_mem mem_res 4}
${voffset 4}${alignr}${top_mem mem_res 5}
${hr}
#Lubuntu Animation
${if_updatenr 01}${image ${template1}001 ${template2}}${endif}
${if_updatenr 02}${image ${template1}002 ${template2}}${endif}
${if_updatenr 03}${image ${template1}003 ${template2}}${endif}
${if_updatenr 04}${image ${template1}004 ${template2}}${endif}
${if_updatenr 05}${image ${template1}005 ${template2}}${endif}