7 lines
208 B
Plaintext
7 lines
208 B
Plaintext
|
|
(defwidget temps []
|
||
|
|
(box :orientation "v"
|
||
|
|
(box :class "hardware_text"
|
||
|
|
"CORE 0: ${EWW_TEMPS.CORETEMP_CORE_0}°C")
|
||
|
|
(box :class "hardware_text"
|
||
|
|
"CORE 1: ${EWW_TEMPS.CORETEMP_CORE_1}°C")))
|