(09-15-2019, 03:35 PM)trinidad link Wrote: You can also add to Lite's conky widget with something like below, but you'll have to figure out which is the right number sensor.
${hwmon temp 2}C
Also possible with lm sensors like the syntax below for conky for CPU multiple cores
${exec sensors | grep 'Core 0' | awk '{print $3}' | cut -c2-3}°C
Updates will be at conky's pace.You can also display in conky from cat like already suggested.
TC
[member=5916]trinidad[/member] I was just thinking in this. I just can't figure out how to. BTW, this:
Code:
${exec sensors | grep 'Core 0' | awk '{print $3}' | cut -c2-3}°C
Code:
${hwmon temp 2}C
EDIT:
Aha! Figured it out
Code:
${execi 60 sensors | grep temp1 | cut -c 16-19}°C
![Smile Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)
Without each others help there ain't no hope for us ![Smile Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)
Need a translation service? https://www.deepl.com/es/translator
![Smile Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)
Need a translation service? https://www.deepl.com/es/translator