7 lines
369 B
Plaintext
7 lines
369 B
Plaintext
(defwidget temps [desktop]
|
|
(box :orientation {desktop ? "h" : "v"}
|
|
(box :class "hardware_text"
|
|
{desktop ? "Processor: ${EWW_TEMPS.K10TEMP_TCTL}°C" : "CORE 0: ${EWW_TEMPS.CORETEMP_CORE_0}°C"})
|
|
(box :class "hardware_text"
|
|
{desktop ? "Storage: ${EWW_TEMPS.NVME_COMPOSITE_WD_BLUE_SN570_1TB_TEMP1}°C" : "CORE 1: ${EWW_TEMPS.CORETEMP_CORE_1}°C"})))
|