Install Conky $ sudo apt-get install conky -y $ touch /home/user/.conkyrc $ vi .conkyrc # and add following details in ++++ $ conky & user@server:~$ cat .conkyrc ##################Start of Config File############################## 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} the ${font Arial:size=20}${color Tan1} Server ${color Ivory} Name ${font openlogos:size=20} ${voffset -9...
Inspired by infrastructure as code...