http://talk.maemo.org/showthread.php...934#post817934 you need 11 icons... these are mine.. if you like them Ps: correct cmd: hal-device bme | awk -F"[. ]" '$5 == "is_charging" {chrg = $7}; $5 == "percentage" {perc = $7} END if (chrg == "false") {exit perc/10+3} else {exit 13;}'