QUOTE(Andy214 @ May 26 2010, 08:09 PM)
meLi,
Care to share what's the RED and BLUE box widget?
And also, what's the widget showing CPU Frequency?
Did you create or put any widget on desktop to change clock speed on demand?
QUOTE(ccgenius @ May 26 2010, 08:12 PM)
ya meLi, i would like to know where do you get the cpu frequency widget also.. you make it yourself?
I'm using Queen BeeCon Widget.
For the CPU Frequency i'm using this
http://talk.maemo.org/showthread.php?p=673080&postcount=4017 it show cpu frequency only. To chang a clock speed will do later since i'm not OC my new fw yet. Like this

For the use this code paste into QBW. Use widget type snippet. And change box saiz, font and color.
Phone Statusecho Uptime: `uptime|cut -d " " -f4-|sed 's/\, *load.*/ hours/';`
hal-device bme | awk -F"[. ]" '$5 == "is_charging" {chrg = $7}; $5 == "percentage" {perc = $7} END if (chrg == "false") {print "Battery: " perc "%"} else {print "Battery is Charging"}';
hal-device bme | grep battery.reporting | awk -F. '{print $3}' | sort | awk '$1 == "current" { current = $3}; $1== "design" {print "Battery (mAh): " current "/" $3}';
Disk Monitordf -h| awk '/(^rootfs)|(\/home)|(\/mmc1)/{print $6;printf("%17s\n",$5 "/" $4)}'
A lot of command u can put into QBW like WAN IP, ISP Name etc. Also can look at Desktop Command Execution Widget scripts
http://wiki.maemo.org/Desktop_Command_Exec..._Widget_scripts .Can be use at QBW. All on my desktop are QBW. U can add as many QBW widget on yr desktop.
p/s: I'm notice new fw using /opt and /home using the same partition.
TQ