This one's general resource usage info. Interesting to watch the pagefile grow once you've used all your memory.
CPU $Temp2? Case $Temp1?
CPU $Bar($CPUUsage%,100,12)$Right($CPUUsage%%,$4%)
Mem $Bar($MemUsed,1024,12)$Right($MemU%%,$4%)
Pgf $Bar($PageUsed,$PageTotal,12)$Right($PageU%%,$4%)

Fan speeds and temperatures:
$Tempname2 : $Temp2?C $FanS1rpm
$Bar($Temp2,80,10) $Bar($FanS1,4500,9)
$Tempname1: $Temp1?C $FanS2rpm
$Bar($Temp1,80,10) $Bar($FanS2,4500,9)

This one's just network stats, but I've cheated to get the network speed in k"bits"/sec instead of bytes
$NetIPaddress
Dn $NetDownK(1) KB
Up $NetUpK(1) KB
$Bar($NetSpDownK(1),310,10) $Count($NetSpDownM(1)#$NetSpDownM(1)#$NetSpDownM(1)#$NetSpDownM(1)#$NetSpDownM(1)#$NetSpDownM(1)#$NetSpDownM(1)#$NetSpDownM(1)) MB/s

This is one for media centre, using the excellent mci plugin.
$dll(mci,1,title,)/$dll(mci,1,artist,)
$dll(mci,1,track,)
$Center($dll(mci,1,playsym,) $dll(mci,1,tracknum,)/$dll(mci,1,tracks,) $dll(mci,1,tracktime,)/$dll(mci,1,duration,),20)
$Bar($dll(mci,1,trackpercent,),100,8) $dll(mci,1,trackpercent,)% $dl(mci,1,remains,)" (Yes, the smiley should be an "8" followed by a ")" )

And here's a cut/paste diretly from the config.ini that will only show the screen when MCE is running, and disable it if it isn't.
Action01Variable=$dll(mci,1,active,)
Action01Condition=2
Action01ConditionValue=1
Action01Action=GotoScreen(16)
Action02Variable=$dll(mci,1,active,)
Action02Condition=2
Action02ConditionValue=1
Action02Action=EnableScreen(16)
Action03Variable=$dll(mci,1,active,)
Action03Condition=2
Action03ConditionValue=0
Action03Action=DisableScreen(16)
Action04Variable=$dll(mci,1,active,)
Action04Condition=2
Action04ConditionValue=0
Action04Action=GotoScreen(1)
And finally... The weather: (Using the BBC weather plugin)
Today: $CustomChar(1,4,14,21,4,4,4,4,0)$Chr(176)$dll(bbcweather,1,5day.shtml?id=2127,3) $CustomChar(2,4,4,4,4,21,14,4,0)$Chr(158)$dll(bbcweather,1,5day.shtml?id=2127,4)
$dll(bbcweather,1,5day.shtml?id=2127,2)
Hum:$dll(bbcweather,1,5day.shtml?id=2127,8)% Press:$dll (bbcweather,1,5day.shtml?id=2127,7)mb (The smiley is actually an "8" followed by a ")" - how do I stop this?!)
Wind:$dll(bbcweather,1,5day.shtml?id=2127,5)mph Vis:$dll(bbcweather,1,5day.shtml?id=2127,6)
Unfortunatley the custom chars don't come out on the preview, so you'll just have to trust me that they an up arrow for max temp, and a down arrow for min.
