Yeah, Conky rocks! You can display just about anything with it. I run two Conkys at the same time, one showing the system and one with rss feeds.
This is my conkyrc-sys for the system:
Code:
# set to yes if you want Conky to be forked in the background
background no
# X font when Xft is disabled, you can pick one with program xfontsel
#font 5x7
#font 6x10
#font 7x13
#font 8x13
#font 9x15
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
xftfont Terminus:size=8
#xftfont Monospace:size=8
#xftfont DejaVu Sans Mono:pixelsize=10
# Text alpha when using Xft
xftalpha 1
# Print everything to stdout?
out_to_console no
# MPD host/port
# mpd_host localhost
# mpd_port 6600
# mpd_password vista_killer
# Print everything to console?
out_to_console no
# mail spool
#mail_spool $MAIL
# Update interval in seconds
update_interval 3.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
# If own_window is yes, you may use type normal, desktop or override
own_window_type override
# Use pseudo transparency with own_window?
own_window_transparent yes
# If own_window_transparent is set to no, you can set the background colour here
own_window_colour white
# If own_window is yes, these window manager hints may be used
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 280 5
#maximum_width 348
maximum_width 260
# Max buffers for conky!
# Default - max_specials 512
# Default - max_user_text 16384 #bytes
# Default - text_buffer_size 1280 #bytes
max_specials 1024
max_user_text 65536
text_buffer_size 10240
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Draw borders around graphs
draw_graph_borders yes
# Stippled borders?
stippled_borders 10
# border margins
border_margin 4
# border width
border_width 1
# Default colors and also border colors
default_color white
default_shade_color white
default_outline_color white
color0 white #frame
color1 lightgrey #descr
color2 blue #value
color3 green #good info
color4 yellow #imp info
color5 lightblue #minor info
color6 aquamarine3 #221 170 00 #proc
color7 red
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
#alignment none
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 8
gap_y 30
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer none
# mldonkey_hostname Hostname for mldonkey stuff, defaults to localhost
# mldonkey_port Mldonkey port, 4001 default
# mldonkey_login Mldonkey login, default none
# mldonkey_password Mldonkey password, default none
# boinc (seti) dir
# seti_dir /dir
# Allow for the creation of at least this number of port monitors (if 0 or not set, default is 16)
#min_port_monitors 16
# Allow each port monitor to track at least this many connections (if 0 or not set, default is 256)
#min_port_monitor_connections 256
# none, xmms, bmp, audacious, infopipe (default is none)
#xmms_player none
# stuff after 'TEXT' will be formatted on screen
TEXT
${font arial:bold:size=15}${time %A %d %B} ${alignr}${time %H:%M}
${font arial:bold:size=12}$sysname $kernel ${font arial:bold:size=12}${alignr}$nodename
${font}Uptime: $uptime${font Monospace:bold:size=8}${alignr}${color2}${if_existing /var/lock/subsys/iptables }${color3}Firewall On${color0}$else${alignr}${color7}Firewall off${color0}$endif
${font arial:bold:size=9}CPU ${font arial:bold:size=8}${alignr}${acpitemp}C (${hwmon temp 1}C, ${hwmon temp 3}C)
${font}Core 0: ${freq_g cpu1} GHz ${alignr}${cpu cpu1}% ${cpubar cpu1 5,125}
Core 1: ${freq_g cpu2} GHz ${alignr}${cpu cpu2}% ${cpubar cpu2 5,125}
${alignr}${cpugraph 20,125 ffffff FF05C9}
${font arial:bold:size=9}Memory
${font}RAM: $mem ${alignr}$memperc% ${membar 5,125}
Swap: $swap ${alignr}$swapperc% ${swapbar 5,125}
${font arial:bold:size=9}Storage
${font} /: ${fs_used /} ${alignr}${fs_used_perc /}% ${fs_bar 5,125 /}
/Data: ${fs_used /mnt/Data} ${alignr}${fs_used_perc /mnt/Data}% ${fs_bar 5,125 /mnt/Data}
${font}Write: ${diskio_write }${alignr}Read: ${diskio_read}
${diskiograph_write 20,125 ffffff FF0000}${alignr}${diskiograph_read 20,125 ffffff FFF000}
${font arial:bold:size=9}Internet
${font}Download: ${totaldown eth0} ${alignr}Upload: ${totalup eth0}
${font}Speed: ${downspeedf eth0}k/s ${alignr}Speed: ${upspeedf eth0}k/s
${downspeedgraph eth0 20,125 ffffff 30FF00} ${alignr}${upspeedgraph eth0 20,125 ffffff 0000FF}
${font arial:bold:size=9}Processes ${font arial:bold:size=8}${alignr}total: $processes running: $running_processes
${font}------------ Top CPU Consumers ${alignr}------------
${font}Name ${alignr}PID CPU% MEM%
${top name 1} ${alignr}${top pid 1} ${top cpu 1} ${top mem 1}
${top name 2} ${alignr}${top pid 2} ${top cpu 2} ${top mem 2}
${top name 3} ${alignr}${top pid 3} ${top cpu 3} ${top mem 3}
${font}------------ Top Mem Consumers ${alignr}------------
${font}${top_mem name 1} ${alignr}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${top_mem name 2} ${alignr}${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${top_mem name 3} ${alignr}${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
${font arial:bold:size=9}Videocard ${font arial:bold:size=8}${alignr}${execi 30 nvidia-settings -q [gpu:0]/GPUCoreTemp | grep '):' | awk '{print $4}' | sed 's/\.//'}C
${font arial:bold:size=9}Harddisk ${font arial:bold:size=8}${alignr}${hddtemp /dev/sda}