Instala los siguientes paquetes:
su -
password
aptitude install conky hddtemp vim ntpdate feh


El archivo de configuración de conky se llama .conkyrc (es uno de los copiados desde el backup).
Aquí encontraras un archivo llamado "conkyrc" que tienes que remombrar a ".conky" y colocar en tu home.
To have conky autostart on login create a small bash script called "conky.sh" and save it to your /home/tu_usuario/.kde/Autostart. Elcontenido de este archivo es:
 #! /bin/bash
/usr/bin/conky

Make sure the script is executable:
su -
password
chmod a+x /home/tu_usuario/.kde/conky.sh

Coloca las tres fuentes que se adjuntan en directorio:
/usr/share/fonts/truetype/unfonts

Para configurar los sensores y que funcionen seguir estos tutoriales: 
http://tuxpepino.wordpress.com/2007/04/27/instalar-y-configurar-lm-sensors/

En el caso de hddtemp:
su -
password 
chmod +s /usr/sbin/hddtemp

Configuramos el siguiente archivo:
su -
password
vi /etc/default/hddtemp

Dejándolo así:

# Defaults for hddtemp initscript (/etc/init.d/hddtemp)

# This is a POSIX shell fragment



# [automatically edited by postinst, do not change line format ]



# hddtemp network daemon switch. If set to true, hddtemp will listen

# for incoming connections.

RUN_DAEMON="true"



# List of devices you want to use with hddtemp. If none specified,

# hddtemp will probe standard devices.

DISKS="/dev/sda"



# List of devices you want to use with hddtemp, but that would not be

# probed for a working sensor.

DISKS_NOPROBE=""



# IP address of the interface on which you want hddtemp to be bound

# on. If none specified, goes to 127.0.0.1. Use 0.0.0.0 to bind hddtemp

# on all interfaces.

INTERFACE="127.0.0.1"



# Port number on which you want hddtemp to listen on. If none specified,

# the port 7634 is used.

PORT="7634"



# Database file to use. If none specified, /etc/hddtemp.db is used.

#DATABASE="/etc/hddtemp.db"



# Separator to use between fields. The default separator is '|'.

#SEPARATOR="|"



# Logging period (in seconds) for the temperatures. If set to a value

# different than 0, hddtemp will run as a daemon periodically logging

# the temperatures through syslog

RUN_SYSLOG="300"



# Other options to pass to hddtemp

OPTIONS=""



Ya está tu nuevo conky funcionando con una completa información del sistema.

Se sobreentiende que tus particiones no coincidirán con las mías. Edita ".conkyrc" según tu tabla de particiones.



 
