karamba x=0 y=0 w=300 h=550 interval=1000 defaultfont font="Latha" fontsize=9 color=0,0,0 shadow=0 text x=80 y=30 value="Distro: Gentoo 2006.1" text x=80 y=45 sensor=program program="echo User: ${USER}@`hostname`" text x=80 y=60 sensor=program program="cat /proc/cpuinfo | grep '^model name' | head -1 | sed -e 's/^.*: //'" text x=80 y=75 value="CPU Cache:" text x=139 y=75 sensor=program program="echo `cat /proc/cpuinfo | grep '^cache size' | sed -e 's/^.*: //'`" text x=80 y=90 value="CPU Usage:" text x=138 y=90 sensor=cpu format="%v %" text x=80 y=105 value="GPU:" text x=105 y=105 sensor=program program="cat /proc/driver/nvidia/cards/0 | awk '{print $3 $4}' | sed -n '1p;1q'" text x=80 y=120 value="GPU Driver:" text x=136 y=120 sensor=program program="cat /proc/driver/nvidia/version | awk '{print $8}' | sed -n '1p;1q'" text x=80 y=140 value=":: MEMORY & STORAGE ::" text x=80 y=160 value="Total RAM:" text x=280 y=160 sensor=memory format="%tm MB" align=right text x=80 y=175 value="RAM In Use:" text x=280 y=175 sensor=memory format="%umb MB" align=right text x=80 y=190 value="/swap Usage:" text x=280 y=190 sensor=memory format="%us MB" align=right text x=80 y=210 value="/" text x=280 y=210 sensor=disk mountpoint="/" format="%up% of %t MB used" interval=60000 align=right text x=80 y=225 value="/mnt/storage" text x=280 y=225 sensor=disk mountpoint="/mnt/storage" format="%up% of %t MB used" interval=60000 align=right text x=80 y=240 value="/tmp" text x=280 y=240 sensor=disk mountpoint="/tmp" format="%up% of %t MB used" interval=60000 align=right text x=80 y=260 value=":: TIME & DATE ::" text x=80 y=278 value="Day:" text x=160 y=278 sensor=time format="dddd" align=right text x=80 y=293 value="Date:" text x=163 y=293 sensor=time format="dd/MM/yyyy" align=right #text x=280 y=293 sensor=time format="MM/dd/yyyy" align=right text x=80 y=308 value="Local Time:" text x=167 y=308 sensor=time format="hh:mm" align=right text x=80 y=328 value=":: UPTIME ::" text x=80 y=345 value="Days:" text x=120 y=345 sensor=program program="echo `uptime | awk '{print $3}'`" text x=80 y=360 value="Hours:" text x=120 y=360 sensor=program program="echo `uptime | awk '{print $5}'`" text x=80 y=380 value=":: NETSTAT ::" text x=80 y=395 value="Down:" text x=145 y=395 sensor=network device="eth0" format="%in kB/s" decimals=1 color=145,24,3 text x=200 y=395 sensor=program program="/sbin/ifconfig eth0 | grep 'RX byte' | awk '{print $3 $4}'" text x=80 y=410 value="Up:" text x=145 y=410 sensor=network device="eth0" format="%out kB/s" decimals=1 color=147,92,27 text x=200 y=410 sensor=program program="/sbin/ifconfig eth0 | grep 'TX byte' | awk '{print $7 $4}'" text x=80 y=430 value=":: SOFTWARE ::" text x=80 y=445 value="Kernel:" text x=116 y=445 sensor=program program="echo `uname -r`" text x=80 y=460 sensor=program program="kde-config --version | grep KDE" text x=80 y=475 value="gcc:" text x=105 y=475 sensor=program program="gcc --version | awk '{print $3}' | sed -n '1p;1q'" text x=80 y=490 value="Portage:" text x=124 y=490 sensor=program program="eix sys-apps/portage | awk '{print $2}' | sed -n '3p;3q'" text x=80 y=510 value=":: HOMEPAGE ::" text x=80 y=525 value="http://techgage.com/"