10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
(defwidget cpu []
|
|
(circular-progress
|
|
:value "${EWW_CPU.avg}"
|
|
:class "cpubar module"
|
|
:thickness 3
|
|
(button
|
|
:tooltip "using ${round(EWW_CPU.avg,0)}% cpu"
|
|
:onclick "${EWW_CMD} open --toggle system-menu"
|
|
(label :class "icon-text" :text ""))))
|