conky.config = { alignment = 'top_right' , background = false, border_width = 1, cpu_avg_samples = 2, default_color = 'white' , default_outline_color = 'white' , default_shade_color = 'white' , draw_borders = false, draw_graph_borders = true, draw_outline = false, draw_shades = false, use_xft = true, font = 'DejaVu Sans Mono:size=12:bold', gap_x = 20, gap_y = 80, minimum_height = 5, minimum_width = 5, net_avg_samples = 2, no_buffers = true, out_to_console = false , out_to_stderr = false , extra_newline = false , own_window = true, own_window_class = 'Conky', own_window_type = 'desktop', stippled_borders = 0, update_interval = 10.0, uppercase = false, use_spacer = 'none', show_graph_scale = false, show_graph_range = false } conky.text = [[ ${time %D %H:%M %a} $hr ${color grey}Uptime:$color $uptime ${color grey}Frequency (in GHz):$color $freq_g ${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4} ${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4} ${color grey}CPU Usage:$color $cpu% ${cpubar 4} ${color grey}Temp: $acpitemp oC Filesystems ${hr 2} / $color${fs_used /}/${fs_size /} ${fs_bar 6 /} /home $color${fs_used /home}/${fs_size /home} ${fs_bar 6 /home} ${if_existing /proc/net/route eth0} ${color grey}eth0 today:$color${goto 150}${execi 600 vnstat eth0 | grep "today" | awk '{print $2 $3}'} ${color grey}eth0 month:$color${goto 150}${execi 600 vnstat eth0 | grep "[0-9][0-9][0-9][0-9]-[0-9][0-9]" | tail -1 | awk '{print $2 $3}'} ${endif}${if_existing /proc/net/route wlan0} ${color grey}wlan0 today:$color${goto 150}${execi 600 vnstat wlan0 | grep "today" | awk '{print $2 $3}'} ${color grey}wlan0 month:$color${goto 150}${execi 600 vnstat wlan0 | grep "[0-9][0-9][0-9][0-9]-[0-9][0-9]" | tail -1 | awk '{print $2 $3}'} ${endif} ]]