Posterior a de esta extensa búsqueda de información hemos podido resolver este conflicto que tienen muchos usuarios. Te ofrecemos la solución y deseamos serte de mucha ayuda.
Ejemplo: temperatura de la CPU conky
Please see this thread and note the answer by JeanFI.
Basically it amounts toneedingtoreview the hardware specification which will tell you the output that relates totheCPU.
To add the display toconky once you are aware of the value (using k10temp-pci-00c3 in this example) you would insert:
$ exec sensors | grep 'k10temp-pci-00c3'| awk 'print $3'}The grep pipe is used tosearch the output of sensors and display only information that matches.
The awk pipe is used toselect the correct field from the output of sensors/grep. This means that you can substitute $3for another value if it is not displaying the correct part (i.e $1,$2,$all).
valoraciones y comentarios
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)