<group> x=0 y=95image x=20 y=15 path=themes/default/cpu.svgztext x=60 y=0 sensor=program program="cpuinfo=$(grep 'model name' /proc/cpuinfo | sed -e 's/.*: //' -e 's/(tm)//'); if test ${#cpuinfo} -lt 35; then echo $cpuinfo; else echo -n $cpuinfo | cut -c -31; echo ' ...'; fi"graph x=150 y=16 w=70 h=30 sensor=cpu cpu=0 format="%user" color=96,148,207 interval=1500graph x=150 y=16 w=70 h=30 sensor=cpu cpu=0 format="%system" color=226,7,0 interval=1500 graph x=150 y=16 w=70 h=30 sensor=cpu cpu=0 format="%load" color=255,255,153 interval=1500 text x=60 y=12 value="User" color=96,148,207text x=60 y=24 value="System" color=226,7,0text x=60 y=36 value="Total usage" color=255,255,153text x=260 y=12 sensor=cpu cpu=0 format="%user %" align=right interval=1500 color=96,148,207text x=260 y=24 sensor=cpu cpu=0 format="%system %" align=right interval=1500 color=226,7,0text x=260 y=36 sensor=cpu cpu=0 format="%load %" align=right interval=1500 color=255,255,153text x=60 y=48 value="CPU temperature:"text x=260 y=48 sensor=program program="sensors | grep Core0| cut -f2 -d+ | cut -c -7" interval=1500 color=220,220,220 align=right</group>
image = new Image(10, 15, "themes/default/cpu.svgz");
struct Node{ map<type1, Node> child;};map<type1, Node> root;