conky.config = { alignment = 'top_left', background = false, border_width = 1, cpu_avg_samples = 4, 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 = 'Hack:size=12', gap_x = 20, gap_y = 20, minimum_height = 5, minimum_width = 300, net_avg_samples = 2, no_buffers = true, out_to_console = false, out_to_stderr = false, extra_newline = false, own_window = false, own_window_class = 'Conky', own_window_type = 'desktop', stippled_borders = 0, update_interval = 1.0, uppercase = false, use_spacer = 'none', show_graph_scale = false, show_graph_range = false } conky.text = [[ $nodename_short | $time $hr ${color grey}Upt:$color $uptime ${color grey}Mem:$color $mem/$memmax - $memperc% ${membar 4} ${color grey}Swp:$color $swap/$swapmax - $swapperc% ${swapbar 4} ${color grey}CPU:$color $cpu% ${cpubar 4} ${color grey}Prc:$color $processes ${color grey}Run:$color $running_processes $hr ${color grey}FS : / $color${fs_used /}/${fs_size /} ${fs_bar 6 /} $hr ${color grey}Pwr: AC ${color}${acpiacadapter AC0} ${color grey}BAT ${color}${battery BAT0}${if_match "${battery BAT0}"!="charged"}${battery_bar BAT0} ${color grey}T ${color}${battery_time BAT0}${endif} ${hr} ${color grey}Net: ${color grey} Up: ${color}${upspeed wlp1s0}/s ${upspeedgraph wlp1s0 40} ${color grey} Dn: ${color}${downspeed wlp1s0}/s ${downspeedgraph wlp1s0 40} ]]