conky.config = { background = true, use_xft = true, font = 'Quicksand:pixelsize=14', xftalpha = 0.5, update_interval = 1, total_run_times = 0, own_window = true, own_window_type = 'normal', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', double_buffer = true, minimum_width = 250, minimum_height = 5, maximum_width = 250, draw_shades = false, draw_outline = false, draw_borders = false, draw_graph_borders = false, default_color = '#fff', default_shade_color = 'red', default_outline_color = 'green', alignment = 'top_right', gap_x = 25, gap_y = 30, no_buffers = true, uppercase = false, cpu_avg_samples = 2, override_utf8_locale = true, }; conky.text = [[ ${color #fff}${font Quicksand:bold:}$nodename $sysname $kernel on $machine ${color #fff}${font Quicksand:bold:size=65:}${time %k:%M}${font} ${color #fff}${font Quicksand:bold:size=30} ${time %m/%d}${font} $color ${color #fff}${font Quicksand:bold:}Uptime: $uptime ${color #fff}RAM:$memperc%/CPU:${color #fff}$cpu% ${color #fff}Size:${fs_size /} Used:${fs_used /}/ Free:${fs_free /} $hr Network: ${color #fff} Up size: ${alignr}${totalup wlx9c5322bc3ed1} Down size: ${alignr}${totaldown wlx9c5322bc3ed1} Up speed: ${alignr}${upspeed wlx9c5322bc3ed1} Down speed: ${alignr}${downspeed wlx9c5322bc3ed1} #$hr #${color #fff}Name PID CPU% MEM% #${color #fff} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1} #${color #fff} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2} #${color #fff} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3} #${color #fff} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4} ]];