Set i3status memory threshold_degraded to 15%

This commit is contained in:
Julian Ospald 2018-09-17 15:38:51 +08:00
parent 844f8e77f2
commit 2dcb3ecbca
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

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