View Single Post
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#62
Originally Posted by RenaldoTT View Post
In the first attatched photo what command did you use to get uptime, battery and cpu freq grouped like that? and was this placed into queenbeecon? thanks
Yeah. it is QBW.. here are the code to be inserted to CMD

Code:
echo " Uptime	:" `uptime|cut -d" " -f4-|sed 's/\\\\, *load.*//'`\necho " Batteri	:" `hal-device bme | awk '/g.c/ {print $3" mAh"}'` @ `cat /sys/class/power_supply/bq27200-0/temp`C\necho " Cpu		:" `awk '{print $1/1000"/"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq``awk '{print $1/1000" Mhz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq`
attaching the background
Attached Images
 
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums

Last edited by AlMehdi; 2010-11-24 at 16:53.
 

The Following User Says Thank You to AlMehdi For This Useful Post: