Page 1 of 1

CPU Temperature applet request

Posted: Tue Dec 04, 2012 10:56 pm
by sprintcowboy
Can someone please make this http://cinnamon-spices.linuxmint.com/extensions/view/13 a applet?

Re: CPU Temperature applet request

Posted: Sat Dec 08, 2012 7:41 am
by fevimu
Hello,

I've changed the gnome-shell extension: http://motorscript.com/gnome-shell-exte ... mperature/ and have been run as an applet in Cinnamon. Attached Applet.

Note: it's necessary install "lm-sensors"

I hope feedback.
Regards.

Re: CPU Temperature applet request

Posted: Sat Dec 08, 2012 9:57 pm
by sprintcowboy
It works It works and I can finally move it on the panel.
I can't thank you enough.
I was even able to change it to Fahrenheit.
Thanks again.

PS You should add this to the Cinnamon applets http://cinnamon-spices.linuxmint.com/applets/create_new
Of course you will have to creat a account if you do not have one.

Re: CPU Temperature applet request

Posted: Mon Dec 10, 2012 3:33 pm
by fevimu
Added to the Cinnamon applets.

Re: CPU Temperature applet request

Posted: Mon Dec 10, 2012 3:53 pm
by sprintcowboy
Great now all can enjoy this wonderful applet.
Thanks again for making this applet.

Re: CPU Temperature applet request

Posted: Thu Jan 09, 2014 10:53 am
by Sir.Mayo
fevimu wrote:Hello,

I've changed the gnome-shell extension: http://motorscript.com/gnome-shell-exte ... mperature/ and have been run as an applet in Cinnamon. Attached Applet.

Note: it's necessary install "lm-sensors"

I hope feedback.
Regards.
Is there any way i can get the temp to display in Fahrenheit??
I'm also verry sorry for bumping an old topic.

Re: CPU Temperature applet request

Posted: Thu Jan 09, 2014 10:48 pm
by sprintcowboy
Yes there is .
Open your applet.js

Open Nemo under your user name, show hidden files and navigate to.
.local/share/cinnamon/applets/temperature@fevimu/applet.js

Scoll to the bottom to line 352 and uncomment (remove the two slash marks //) and save.
Should look like this.
return this._toFahrenheit(t).toString()+"\u1d3cF";

That's it you should be set.