Set i3status memory threshold_degraded to 15%

This commit is contained in:
2018-09-17 15:38:51 +08:00
parent 844f8e77f2
commit 2dcb3ecbca

View File

@@ -83,7 +83,7 @@ cpu_usage {
memory {
format = "%used"
threshold_degraded = "10%"
threshold_degraded = "15%"
format_degraded = "MEMORY: %free"
}