LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   cat /proc/acpi/thermal_zone/THRM/temperature --> superkaramba? (https://www.linuxquestions.org/questions/linux-software-2/cat-proc-acpi-thermal_zone-thrm-temperature-superkaramba-471436/)

Kuroyume 08-06-2006 09:35 PM

cat /proc/acpi/thermal_zone/THRM/temperature --> superkaramba?
 
is there a way to output the result of

cat /proc/acpi/thermal_zone/THRM/temperature

to superkaramba? lm-sensors doesn't work on my laptop, so i'm trying to modify a karamba theme to show me the temperature...

HappyTux 08-06-2006 11:02 PM

Quote:

Originally Posted by Kuroyume
is there a way to output the result of

cat /proc/acpi/thermal_zone/THRM/temperature

to superkaramba? lm-sensors doesn't work on my laptop, so i'm trying to modify a karamba theme to show me the temperature...

Try a line like this.

Code:

text x=196 y=47 sensor=program program="cat /proc/acpi/thermal_zone/THRM/temperature" align="right" interval=1000
With a line like this if you want a degree sign after it.

Code:

text x=200 y=47 value="°C" align="right"
Changing the x= and y= to where in your Superkaramba you would like them displayed.


All times are GMT -5. The time now is 09:47 AM.