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

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