fix(i3status): memory
This commit is contained in:
parent
c44a47074f
commit
abb484162a
@ -47,8 +47,9 @@ disk "/home" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
format = " %used/%available"
|
format = " %used/%total"
|
||||||
threshold_degraded = "1G"
|
threshold_degraded = "1G"
|
||||||
|
threshold_critical = "200M"
|
||||||
format_degraded = "MEMORY < %available"
|
format_degraded = "MEMORY < %available"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user