mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Fix memory module using MB, instead of GB
This commit is contained in:
parent
05dcf54c6a
commit
56140d624f
|
@ -10,6 +10,6 @@
|
||||||
:text " ")
|
:text " ")
|
||||||
(label
|
(label
|
||||||
:class "value"
|
:class "value"
|
||||||
:text "${round(EWW_RAM.used_mem / 1000000,1)}G: ${round(EWW_RAM.used_mem_perc,0)}%"
|
:text "${round(EWW_RAM.used_mem / 1000000000,1)}G: ${round(EWW_RAM.used_mem_perc,0)}%"
|
||||||
)
|
)
|
||||||
)))
|
)))
|
||||||
|
|
Loading…
Reference in a new issue