48

Well, just like the title says : is there any hardware sensors indicator so i can add it to unity's panel?

I only found applets for the older gnome panel.

Jorge Castro
  • 71,754
Chriskin
  • 3,242

4 Answers4

54

I'm working on one at the moment (indicator-sensors) which with any luck will be ready in time for the final release of natty - code is barely functional at the moment and still need to figure out a bunch of UI issues, so will be a week or two at least until anything release worthy is finished.

alexmurray
  • 2,140
  • 2
    upvote for the effort! i'm looking forward to having temp sensors (and fans speed?) in natty. – Christoph Apr 12 '11 at 08:40
  • Cool! can we help with the testing part? – Chriskin Apr 12 '11 at 13:09
  • For sure - feel free to check the code out and compile and test it - although at the moment it is quite feature incomplete but will provide rudimentary support - new features etc should be added pretty quickly so keep watching :) – alexmurray Apr 12 '11 at 14:18
  • 3
    A quick update - have released an initial alpha version (covered on webupd8 http://www.webupd8.org/2011/04/indicator-sensors-displays-cpu.html) and have an official PPA here: https://launchpad.net/~alexmurray/+archive/indicator-sensors – alexmurray May 01 '11 at 10:47
  • 2
    How to install it with apt-get? – Pavel Vlasov Aug 11 '12 at 14:03
  • It's a pity that neither of indicator-sysmonitor and indicator-sensors packages is present in 14.04 (Trusty) repositories (unlike psesnsor), so that I could check all them out. Are there plans to put them in the Ubuntu repositories for any later Ubuntu release? – imz -- Ivan Zakharyaschev Sep 06 '15 at 13:12
11

The cpu and memory indicator now supports temperature sensors too. Check indicator-sysmonitor

alexef
  • 275
  • It's a pity that neither of indicator-sysmonitor and indicator-sensors packages is present in 14.04 (Trusty) repositories (unlike psesnsor), so that I could check all them out. Are there plans to put them in the Ubuntu repositories for any later Ubuntu release? – imz -- Ivan Zakharyaschev Sep 06 '15 at 13:12
4

Psensors has temp indicators.

Add ppa:jfi/ppa to your repositories (or just add nothing if are on 15.04 (Vivid) or later) and then install psensor (and its dependents) in Synaptic.

psensor can show the real temperature values in the top bar only since version 1.0.2 according to http://wpitchoune.net/blog/sensors-in-the-top-bar-of-the-desktop/ (via https://askubuntu.com/a/452501/19753).

That's why one used to have to add an extra PPA to get this feature.

This feature is included in the Ubuntu repositories since 15.04 (Vivid). And earlier Ubuntu releases, for instance, 14.04 (Trusty), has psensor-0.8.0.3 in the repositories (without this feature).

Kris
  • 41
  • psensors have already been mentioned, if i recall correctly – Chriskin May 29 '11 at 23:02
  • psensor can show the real temperature values in the top bar only since version 1.0.2 according to http://wpitchoune.net/blog/sensors-in-the-top-bar-of-the-desktop/ (via http://askubuntu.com/a/452501/19753 ). This feature is included in the Ubuntu repositories since 15.04 (Vivid). And earlier Ubuntu releases, for instance, 14.04 (Trusty), has psensor-0.8.0.3 in the repositories (without this feature). – imz -- Ivan Zakharyaschev Sep 06 '15 at 13:29
2

I'm quite fond of screenlets

add to desktop rather than panel though;

sensors screenlets seem nice, there are more similar;

work in unity although possibly not in gnome-shell; need sensors too

sudo apt-get install lm-sensors screenlets screenlets-pack-all
Mark
  • 228