@ eric
Sure, below is my conky.conf. Obviously, wifi interface (wlp1s0b1) should be changed as per your system. And conky.conf may be edited as you wish (for ex, {exec lscpu | grep 'Model name' | cut -c 22- | cut -d' ' -f1-4} may be replaced by its output in terminal). If you like haiku, just install fortune-mod-issa-haiku from AUR and make file conky1.conf for it.
Edit1: My conky.conf is updated to show MEM size (MiB) instead of %.
Also, a lot of stuff here >
Arch conky configs and screenshots
conky.config = {
default_color = 'white',
alignment = 'top_right',
background = false,
border_width = 1,
cpu_avg_samples = 2,
draw_borders = false,
draw_graph_borders = true,
draw_outline = false,
draw_shades = false,
use_xft = true,
font = 'DejaVu Sans Mono:size=8',
gap_x = 3,
gap_y = 30,
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',
own_window_transparent = true,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_argb_visual = true,
own_window_argb_value = 0,
stippled_borders = 0,
uppercase = false,
use_spacer = 'none',
show_graph_scale = false,
show_graph_range = false,
update_interval = 5.0
}
conky.text = [[
${color}${sysname} ${kernel} $alignr Obarun Openbox
$hr
${color}Intel Atom CPU N455:$color $cpu% ${cpubar 3}
${color}Frequency:$color ${freq_g}GHz
${color}Temperature:$color ${acpitemp}°C
${color}RAM:$color $mem/$memmax - $memperc% ${membar 3}
${color}Swap:$color $swap/$swapmax - $swapperc% ${swapbar 3}
${color}Processes:$color $processes ${color}Running:$color $running_processes
${color}Packages:$color ${execi 60 ~/.config/conky/pkgnum}
${color}Uptime:$color $uptime
$hr
${color}File system: $color${fs_used /}/${fs_size /} ${fs_bar 3 /}
${color}Wifi signal: $color${wireless_link_qual_perc wlp1s0b1}%
Up:$color ${upspeedf wlp1s0b1} ${color} Down:$color ${downspeedf wlp1s0b1}
${color red}Download: $color${totaldown wlp1s0b1}$alignr${color green}Upload: $color${totalup wlp1s0b1}
$hr
${color}Process $alignr PID CPU% MEM
${color}${top_mem name 1}${top_mem pid 1} ${top_mem cpu 1} $alignr${top_mem mem_res 1}
${color}${top_mem name 2}${top_mem pid 2} ${top_mem cpu 2} $alignr${top_mem mem_res 2}
${color}${top_mem name 3}${top_mem pid 3} ${top_mem cpu 3} $alignr${top_mem mem_res 3}
${color}${top_mem name 4}${top_mem pid 4} ${top_mem cpu 4} $alignr${top_mem mem_res 4}
${color}${top_mem name 5}${top_mem pid 5} ${top_mem cpu 5} $alignr${top_mem mem_res 5}
${color}${top_mem name 6}${top_mem pid 6} ${top_mem cpu 6} $alignr${top_mem mem_res 6}
${color}${top_mem name 7}${top_mem pid 7} ${top_mem cpu 7} $alignr${top_mem mem_res 7}
${color}${top_mem name 8}${top_mem pid 8} ${top_mem cpu 8} $alignr${top_mem mem_res 8}
${color}${top_mem name 9}${top_mem pid 9} ${top_mem cpu 9} $alignr${top_mem mem_res 9}
]]