spacer Temp 1.2

UUID: temperature@xtranophilist
Score: 11

Download

spacer

 

1.2 -- Corregido un error que no permitia que se visualizara

1.2-- Fixed a bug that did not allow to visualize

Esta applet Muestra la temperatura del sistema en tiempo real basado en ACPI. 

This applet displays the temperature of the system in real time based on ACPI

"Descomprimir y copiar la carpeta en /usr/share/cinnamon/extensions"

"Unzip and copy the folder /usr/share/cinnamon/extensions"

 

Note:

Para ponerlo en farenheit modifica el archivo extension.js y en la linea 345 modificala y debe pasar de esto:  

To put it in farenheit extension.js modify the file and modify it on the line 345 and should go from this:

        //uncomment the next line to display temperature in Fahrenheit
        //return this._toFahrenheit(t).toString()+"\u1d3cF";
        return (Math.round(t*10)/10).toString()+"\u1d3cC";
 
a esto:
to this:
 
       //uncomment the next line to display temperature in Fahrenheit
        return this._toFahrenheit(t).toString()+"\u1d3cF";
        return (Math.round(t*10)/10).toString()+"\u1d3cC";
_formatTemp: function(t) {
        //uncomment the next line to display temperature in Fahrenheit
        //return this._toFahrenheit(t).toString()+"\u1d3cF";
        return (Math.round(t*10)/10).toString()+"\u1d3cC";_formatTemp: function(t) {
        //uncomment the next line to display temperature in Fahrenheit
        //return this._toFahrenheit(t).toString()+"\u1d3cF";
        return (Math.round(t*10)/10).toString()+"\u1d3cC";
_formatTemp: function(t) {
        //uncomment the next line to display temperature in Fahrenheit
        //return this._toFahrenheit(t).toString()+"\u1d3cF";
        return (Math.round(t*10)/10).toString()+"\u1d3cC";

 

_formatTemp: function(t) {
        //uncomment the next line to display temperature in Fahrenheit
        //return this._toFahrenheit(t).toString()+"\u1d3cF";
        return (Math.round(t*10)/10).toString()+"\u1d3cC";

spacer

About The Author

brunodems


10 Comments

  1. spacer
    picoblu says:

    ottimo per tenere sotto controllo la temperatura del pc. Perfetto. Acer ASPIRE 5630.

  2. spacer
    razor says:

    Is there a way to switch it to farenheit?

  3. spacer
    clem says:

    Hi, this should be an applet, not an extension.

  4. spacer
    brunodems says:

    Razor : Para ponerlo en farenheit modifica el archivo extension.js y en la linea 345 modificala y debe pasar de esto: _formatTemp: function(t) { //uncomment the next line to display temperature in Fahrenheit //return this._toFahrenheit(t).toString()+"\u1d3cF"; return (Math.round(t*10)/10).toString()+"\u1d3cC"; a esto: _formatTemp: function(t) { //uncomment the next line to display temperature in Fahrenheit return this._toFahrenheit(t).toString()+"\u1d3cF"; return (Math.round(t*10)/10).toString()+"\u1d3cC"; Razor: To put it in farenheit extension.js modify the file and modify it on the line 345 and should go from this: _formatTemp: function(t) { //uncomment the next line to display temperature in Fahrenheit //return this._toFahrenheit(t).toString()+"\u1d3cF"; return (Math.round(t*10)/10).toString()+"\u1d3cC"; to this: _formatTemp: function(t) { //uncomment the next line to display temperature in Fahrenheit return this._toFahrenheit(t).toString()+"\u1d3cF"; return (Math.round(t*10)/10).toString()+"\u1d3cC";

  5. spacer
    razor says:

    @Brunodems Works perfectly. Thanks, 5 stars!

  6. spacer
    mint-me says:

    Perfect! One of the first things I install, always.

  7. spacer
    pazuzuthewise says:

    It works well enough. But it's irritating when the applet modifies its width, changing between displaying 0, 1 or 2 decimals.

  8. spacer
    billynick says:

    probably good but doesent display cpu temp but something else, it says 'pci adapter 23C'

  9. spacer
    AndyP says:

    Che, no se puede mover tu extension a ningun lado...

  10. spacer
    AndyP says:

    Quiere decir, no quiere salir de la posicion ma izquierda de la parte derecha del panel de arriba. Possiblemente eso es porque lo hiciste una extension en vez de un applet.

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.