Posts tagged ‘conky’

tenere sotto controllo l’hardware con Conky

Oggi ho provato a questo programmino, sembra essere molto leggero e con grandissima versatilità.

questo è il file di configurazione che sto usando attualmente:

#tutte le variabili a http://.sourceforge.net/variables.html

# set to yes if you want to be forked in the background
background no

cpu_avg_samples 2
net_avg_samples 2

out_to_console no

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

#own_window no
#own_window_transparent no

# Use Xft?
use_xft no

# Xft font when Xft is enabled
xftfont Liberation Mono Italic:size=7
Continue reading ‘tenere sotto controllo l’hardware con Conky’ »