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

16 lines
306 B
Plaintext
Raw Normal View History

(defwidget memory_module []
(eventbox
:class "module memory"
(box
:space-evenly false
(label
:class "icon"
:text " ")
(label
:class "value"
:text "${round(EWW_RAM.used_mem / 1000000000,1)}G: ${round(EWW_RAM.used_mem_perc,0)}%"
)
)))