nixdots/home/programs/graphical/bars/eww/config/modules/cpu.yuck

16 lines
246 B
Plaintext
Raw Normal View History

(defwidget cpu_module []
(eventbox
:class "module cpu"
(box
:space-evenly false
(label
:class "icon"
:text " ")
(label
:class "value"
:text "${round(EWW_CPU.avg,2)}%"
)
)))