conky.config = { alignment="top_right", background=true, default_color="white", default_shade_color="black", double_buffer=true, draw_border=false, draw_graph_borders=true, draw_outline=false, draw_shades=true, font="-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*", gap_x=10, gap_y=175, --mpd_host="beagle", --mpd_port=6600, own_window=true, own_window_transparent=true, own_window_type="override", show_graph_scale=true, show_graph_range=true }; conky.text = [[ ${color grey}${stippled_hr}${color} ${sysname} ${nodename} ${kernel} ${machine} ${color yellow}${hr}${color} cpu ${color azure3}${cpubar}${color} mem ${color azure3}${membar}${color} disk ${color orange2}${diskiograph normal}${color} swap ${color azure3}${swapbar}${color} ${color yellow}${hr}${color} load ${color orange2}${loadgraph normal}${color} ${color yellow}${hr}${color} down ${color red1}${downspeedf enp0s25}${color} KB, up ${color red1}${upspeedf enp0s25}${color} KB ${color yellow}${hr}${color} hdd ${color azure3}${fs_bar}${color} ${color yellow}${hr}${color} battery ${color azure3}${battery_bar}${color} ${color yellow}${hr}${color} ${color grey}${exec sensors | ~/scripts/sensors-format.pl}${color} ${color yellow}${hr}${color} uptime ${color green}${uptime_short}${color} ${color yellow}${hr}${color} ${color light blue}${exec cat ~/tmp/mail.out}${color} ${color yellow}${hr}${color} ${color light blue}${exec cat ~/tmp/lsmbox.out}${color} ${color yellow}${hr}${color} v${conky_version} ${conky_build_date} ${color grey}${stippled_hr}${color} ]]