snowflake/home/programs/eww/config/widgets/sysinfo.yuck
notohh fa03a425ad
programs: add eww
i should settle on a bar xddd
2024-04-26 17:22:19 -04:00

21 lines
503 B
Text

(defwidget cpu []
(box
:spacing 5
(circular-progress
:class "sysinfo-cpu"
:start-at 0
:thickness 4
:clockwise true
:value {EWW_CPU.avg}
(label
:style "font-size: 13px; margin-right: 0.1rem;"
:text "󰍛"))
(circular-progress
:class "sysinfo-mem"
:start-at 0
:thickness 4
:clockwise true
:value {EWW_RAM.used_mem_perc}
(label
:style "font-size: 10px; margin-right: 0.3rem;"
:text ""))))