15

I was formerly using 10.04, where I had nice temperature indicators for my dual core like this :

ubuntu 10.04 panel

I am now trying to have the same feature with 14.04, but I haven't succeeded yet. I tried so far :

  • indicator-sensors, which showed only one core's temp (also, couldn't get it to launch on start-up)
  • psensor, but somehow I have to click on it in order to read the temp.

Am I misusing these tools ? Is there an indicator that will launch at start-up and show my two cores' temp ?

4 Answers4

14

since psensor v1.0.1, the value of the sensors can be displayed in the top bar, see https://wpitchoune.net/psensor/ubuntu.html

You can easily upgrade to a version of psensor including this new feature by using the psensor ppa:

sudo apt-add-repository ppa:jfi/ppa

sudo apt-get update

sudo apt-get install psensor

JeanFI
  • 1,430
  • 1
  • 12
  • 9
6

Extending on JeanFI's answer.

Showing the temperature or fan speed on the top bar is an experimental feature even in v1.0.1. Hence it is not enabled by default. You got to do the following to get it displayed on the top bar. For completeness, I am copy pasting JeanFi's answer here.

sudo apt-add-repository ppa:jfi/ppa

sudo apt-get update

sudo apt-get install psensor

launch psensor

It will show as a small thermometer

click on the thermometer and select Sensor Preferences.

Select the needed metric on the left panel. Go to the last tab "Application Indicator" and then select "Display sensor in the label".

you can do this for as many metrics as needed. I set my fan and physical id to display their rpm and temperature.

enabling display sensor

melchi
  • 191
3

I've been using psensor in Ubuntu 20.04 and I can see these information as in the image below.

enter image description here

Install it with sudo apt install psensor then run searching it in the ubuntu apps, then go to Sensor Preferences menu, select the CPU's temperature in the left side (or other information) and check the Display sensor in the label.

enter image description here

0

if you already installed sensors and sensors-detect was run then you can install sensors-applet and reboot to get them in panel.

rüff0
  • 121