Hello, Just to let you know about small issue. Maybe you already know about it...
If you want to save battery on your laptop, do not use CpuFreq Monitor. The Frequency scaling is saving your battery but the emifreq-applet is asking for the image file many times per minute, so it reduces your battery... To check out this, add the CpuFreq Monitor applet and dtrace the opened files: dtrace -n 'syscall::open*:entry { printf("%s %s",execname,copyinstr(arg0)); }' cheers Migi