i3status-rust: change default to newer version (#2774)

This commit is contained in:
Yt 2022-03-03 22:32:59 -05:00 committed by GitHub
parent 541874f55d
commit d119cea376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -144,8 +144,8 @@ in {
{
block = "memory";
display_type = "memory";
format_mem = "{Mup}%";
format_swap = "{SUp}%";
format_mem = "{mem_used_percents}";
format_swap = "{swap_used_percents}";
}
{
block = "cpu";

View file

@ -28,8 +28,8 @@ with lib;
[[block]]
block = "memory"
display_type = "memory"
format_mem = "{Mup}%"
format_swap = "{SUp}%"
format_mem = "{mem_used_percents}"
format_swap = "{swap_used_percents}"
[[block]]
block = "cpu"