mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-24 12:19:02 +00:00
Fix memory module using MB, instead of GB
This commit is contained in:
parent
05dcf54c6a
commit
56140d624f
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@
|
|||
:text " ")
|
||||
(label
|
||||
: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…
Add table
Reference in a new issue