Re: Conky Help
Alright, here goes, and thanks in advance.........
following this, I tried to get my processor temp sensors up and running. Alas, it didnt work. This is what I get. 
Here is what I get in terminal when I do what the link above says:
niblets@ubuntu:~$ sensors
k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp: +49.0°C
Core0 Temp: +39.0°C
Core1 Temp: +44.0°C
Core1 Temp: +40.0°C Here is what I have in my conky config:
Core Temp: ${execi 8 sensors | grep -A 1 ‘Core0 Temp’ | cut -c15-16 | sed ‘/^$/d’}°
Core Temp: ${execi 8 sensors | grep -A 1 ‘Core1 Temp’ | cut -c15-16 | sed ‘/^$/d’}°Im assuming my problem lies in this part
| cut -c15-16 |since unlike in the page I was following, I have a dual core processor. But, I'm very new (2 days) to conky, and only made the switch to Linux a few weeks ago, so I dont know what to do now.
edit: fixed some grammatical syntax........
Last edited by niblets (2009-04-30 04:20:00)

