Fix ram usage in example
This commit is contained in:
parent
4a56b74b9a
commit
baad2bf8d2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
:value volume
|
||||
:onchange "amixer -D pulse sset Master {}%")
|
||||
(metric :label ""
|
||||
:value EWW_RAM
|
||||
:value {EWW_RAM.used_mem_perc}
|
||||
:onchange "")
|
||||
(metric :label "💾"
|
||||
:value {round((1 - (EWW_DISK["/"].free / EWW_DISK["/"].total)) * 100, 0)}
|
||||
|
|
Loading…
Add table
Reference in a new issue