From 2dcb3ecbca6a4663531ee5b04207a0900392ed6d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 17 Sep 2018 15:38:51 +0800 Subject: [PATCH] Set i3status memory threshold_degraded to 15% --- i3status.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3status.config b/i3status.config index 504766d..8357877 100644 --- a/i3status.config +++ b/i3status.config @@ -83,7 +83,7 @@ cpu_usage { memory { format = "%used" - threshold_degraded = "10%" + threshold_degraded = "15%" format_degraded = "MEMORY: %free" }