Does sensors work in terminal, and are the right sensors present in your hardware? It never works in either of my two old machines. Also does lm-sesnors command need to be run as root with sudo? If so you will need to reconfigure it to be run as normal user, which I did for hddtemp (and vnstat) with
Code:
sudo chmod u+s /usr/sbin/hddtemp
and
Code:
sudo chmod u+s /usr/bin/vnstat
I use a similar conky syntax to show the output of hddtemp, the nearest I can get to cpu temperature, and the only difference I can see that might be a problem is that I have a space after the cut -c request:-
Code:
${alignc}${execi 60 hddtemp /dev/sda | cut -c 6-28} C
and I do not pipe twice as you do, though I can not see why these should make any difference.
Bookmarks