mirror of https://gitlab.com/dabruh/dotfiles.git
Adjust memory status
This commit is contained in:
parent
1a56986bbb
commit
dbd72ce6c3
|
@ -35,9 +35,9 @@ load {
|
|||
}
|
||||
|
||||
memory {
|
||||
format = "mem: %percentage_free / %total"
|
||||
format = "ram: %percentage_used / %total"
|
||||
threshold_degraded = "10%"
|
||||
format_degraded = "MEMORY: %free"
|
||||
format_degraded = "RAM: %free"
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
|
|
Loading…
Reference in New Issue