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

7 lines
208 B
Plaintext
Raw Normal View History

2023-07-06 18:26:47 +00:00
(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")))