dotfiles/home/r0r5chach/.config/eww/widgets/hardware_stats/temps/temps.yuck

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"})))