System Temperature in Lucid Panel

Booting, installing, newbie
Post Reply
Message
Author
spandey
Posts: 114
Joined: Thu 20 Sep 2012, 14:30
Location: India

System Temperature in Lucid Panel

#1 Post by spandey »

How do we display system temperatures in Lucid Panel? The temps like CPU, Chipset, Hardidk etc.
Sorry if it has been answered already.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#2 Post by Semme »

Hi Spandey,

Quick cli check: cat /proc/acpi/thermal_zone/THM/temperature

Otherwise, install Pwidgets to have it read off the desktop.

The panel, if possible- I don't yet have an answer for..

==

*Ah, with the proper input, I'm sure it could be configured for fbpanel.

Code: Select all

Plugin {
    type = genmon
    config {
        Command = echo " CPU "$(sensors | grep 'CPU Temp' | cut -c22-25)"º"" |"
        PollingTime = 2
        TextSize = small
        TextColor = #FF0000
    }
}
Attachments
pwidgets_cpu-temp.jpg
(10.58 KiB) Downloaded 162 times

Post Reply