From 5b2a7d34a5dd79a54b4b433fe73e9e282566fbb4 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 10 Jul 2023 17:30:19 +0100 Subject: Show total and not available I guess --- i3/i3status.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/i3status.conf b/i3/i3status.conf index e74d896..349924d 100644 --- a/i3/i3status.conf +++ b/i3/i3status.conf @@ -23,7 +23,7 @@ cpu_usage { } memory { - format = "Mem %used of %available" + format = "Mem %used of %total" threshold_degraded = "1G" format_degraded = "MEMORY < %available" } -- cgit v1.2.3