Conky
primeiramente e necessario ter instalado alguns fontes.
e eles são openlogos.ttf PIE4MAP.TTF PizzadudeBullets.ttf StyleBats.ttf weather.ttf
sao facilmente achados na internet
e devem ser postos na pasta ~/.fonts
e atualizar os arquivos de fonte com sudo fc-cache -fv
crie o arquivo .conkyrc
font Sans:size=7
use_xft yes
xftalpha 0.9
update_interval 3.0
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 220 5
maximum_width 220
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders yes
default_color white
default_shade_color black
default_outline_color green
alignment top_right
gap_x 12
gap_y 35
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
uppercase yes # set to yes if you want all text to be in uppercase
TEXT
${font OpenLogos:size=18}k${font}${font sans-serif:normal:size=8} ${alignc} ${sysname} ${kernel} on ${machine} ${font}
${font stylebats}A${font} Hostname: $alignr$nodename
${font stylebats}q${font} Uptime: $alignr$uptime
${font weather}z${font} Temperature: ${alignr}${acpitemp}C
${font stylebats}A${font} ${color white}Processor ${hr 1}${color}
CPU: ${alignr}${freq} MHz
Processes: ${alignr}$processes ($running_processes running)
CPU1: ${cpu cpu1}% ${alignr}CPU2: ${cpu cpu2}%
${cpugraph cpu1 25,107} ${alignr}${cpugraph cpu2 25,107}
${font stylebats}G${font} ${color white}Memory ${hr 1}${color}
Ram ${alignr}$mem / $memmax ($memperc%)
${membar 4}
${font stylebats}O${font} ${color white}Top ${hr 1}${color}
Highest CPU $alignr CPU% MEM%
${top name 1}$alignr${top cpu 1}${top mem 1}
${top name 2}$alignr${top cpu 2}${top mem 2}
${top name 3}$alignr${top cpu 3}${top mem 3}
Highest MEM $alignr CPU% MEM%
${top_mem name 1}$alignr${top_mem cpu 1}${top_mem mem 1}
${top_mem name 2}$alignr${top_mem cpu 2}${top_mem mem 2}
${top_mem name 3}$alignr${top_mem cpu 3}${top_mem mem 3}
${font Pie charts for maps}E${font} ${color white}Filesystem ${hr 1}${color}
/ ${alignr}${fs_free /} / ${fs_size /} (${fs_free_perc /}%)
${fs_bar 4 /}
/Home ${alignr}${fs_free /home} / ${fs_size /home} (${fs_free_perc /home}%)
${fs_bar 4 /home}
/ ${alignr} /Home
${diskiograph /dev/sda1 25,107} ${alignr}${diskiograph /dev/sda2 25,107}
${diskio /dev/sda1} ${alignr}${diskio /dev/sda2}
${font StyleBats}L${font} ${color white}NETWORK ${hr 1}${color}
WLan0 ${alignr}${addr wlan0}
ESSID: $alignr ${wireless_essid wlan0}
Connection quality: $alignr ${wireless_link_qual_perc wlan0}%
Down ${downspeed wlan0} ${alignr}Up ${upspeed wlan0}
${downspeedgraph wlan0 25,107} ${alignr}${upspeedgraph wlan0 25,107}
Total ${totaldown wlan0} ${alignr}Total ${totalup wlan0}
${if_existing /proc/net/route eth0}Eth0 ${alignr}${addr eth0}
Down ${downspeed eth0} ${alignr}Up ${upspeed eth0}
${downspeedgraph eth0 25,107} ${alignr}${upspeedgraph eth0 25,107}
Total ${totaldown eth0} ${alignr}Total ${totalup eth0}
${endif}
para excutar o conky...
conky -c .conkyrc