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
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`