7 lines
233 B
Plaintext
7 lines
233 B
Plaintext
|
|
(defwidget temps []
|
||
|
|
(box :orientation "h"
|
||
|
|
(box :class "hardware_text"
|
||
|
|
"Proccessor: ${EWW_TEMPS.K10TEMP_TCTL}°C")
|
||
|
|
(box :class "hardware_text"
|
||
|
|
"Storage: ${EWW_TEMPS.NVME_COMPOSITE_WD_BLUE_SN570_1TB_TEMP1}°C")))
|