fix(i3status): memory

This commit is contained in:
TheK4n 2023-10-27 14:30:35 +03:00
parent c44a47074f
commit abb484162a

View File

@ -47,8 +47,9 @@ disk "/home" {
}
memory {
format = " %used/%available"
format = " %used/%total"
threshold_degraded = "1G"
threshold_critical = "200M"
format_degraded = "MEMORY < %available"
}