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

7 lines
233 B
Plaintext
Raw Normal View History

2023-07-07 23:01:34 +00:00
(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")))