From 489386992e20144b8038847900101e60d4dfa1df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 4 Jun 2020 13:29:29 +0200 Subject: [PATCH] feat(i3status-rust): show only used (and not cached) memory --- dot/i3status-rust.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/i3status-rust.nix b/dot/i3status-rust.nix index 5c2e4a3..295d24a 100644 --- a/dot/i3status-rust.nix +++ b/dot/i3status-rust.nix @@ -138,7 +138,7 @@ in { block = "memory"; display_type = "memory"; - format_mem = "{MUg}G"; + format_mem = "{Mug}G"; clickable = false; } {