Install Conky sudo apt-get install conky -y Configure Conky config file touch ~/.conkyrc vi .conkyrc #Add below to .conkyrc and tweak it where you want or can background yes use_xft yes xftfont 123:size=8 xftalpha 0.1 update_interval 0.5 total_run_times 0 own_window yes own_window_type normal own_window_transparent yes own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager double_buffer yes minimum_size 250 5 maximum_width 400 draw_shades no draw_outline no draw_borders no draw_graph_borders no default_color gray default_shade_color red default_outline_color green alignment top_left gap_x 10 gap_y 10 no_buffers no uppercase no cpu_avg_samples 2 net_avg_samples 1 override_utf8_locale yes use_spacer right text_buffer_size 256 TEXT ${font openlogos:size=20} my ${font Arial:size=20}${color Tan1} Portal ${color Ivory} Server ${font openlogos:size=20} ${voffset -90} ${color DimGray} ${font} ${font Arial:bold:size=10}${color Tan1}SYSTE...
Inspired by infrastructure as code...