# Alignment #
alignment tl
gap_x 60
gap_y 80


double_buffer yes
update_interval 3
background yes
own_window yes

# Sets transparency

own_window_transparent yes
own_window_argb_visual yes
own_window_type normal
own_window_class conky-semi
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Sets size

minimum_size 0 0

use_xft yes
xftalpha 0.5
xftfont Sans:size=8


TEXT


# CPU TAREAS

${font size=9}${color slate grey}Top CPU Tasks $hr${color }${font }

${color #ddaa00}${top name 1}${alignr}${top cpu 1}%${color }
${top name 2}${alignr}${top cpu 2}%
${top name 3}${alignr}${top cpu 3}%

# RAM TAREAS

${font size=9}${color slate grey}Top RAM Tasks  $hr${color }${font }

${color #ddaa00}${top_mem name 1}${alignr}${top_mem mem 1}%${color }
${top_mem name 2}${alignr}${top_mem mem 2}%
${top_mem name 3}${alignr}${top_mem mem 3}%

# RED

${font size=9}${color slate grey}Network $hr${color }${font }

${if_up eth0}IP Address: ${addr eth0}${endif}
${if_up eth0}Download Speed: $alignr${downspeed eth0}/s${endif}
${if_up eth0}Upload Speed: $alignr${upspeed eth0}/s${endif}


${if_up wlan0}IP Address: ${addr wlan0}${endif}
${if_up wlan0}Download Speed: $alignr${downspeed wlan0}/s${endif}
${if_up wlan0}Upload Speed: $alignr${upspeed wlan0}/s${endif}