i3status-rust: Update format string for mem block

Required to work with the newer version 0.20.
This commit is contained in:
Sanchayan Maity 2021-05-13 10:06:48 +05:30
parent aa1bdca912
commit cb1358df1b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ format = "{barchart} {utilization} {frequency}"
[[block]]
block = "memory"
format_mem = "{Mum} MB/{MTm} MB({Mup}%)"
format_mem = "{mem_used} /{mem_total}({mem_used_percents})"
display_type = "memory"
icons = true
clickable = true