Tweak RAM warning threshold to 80%
Mostly because at the moment I run around 72% because Electron exists.
This commit is contained in:
parent
9ce1fa64a2
commit
775196d080
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": " {}%",
|
"format": " {}%",
|
||||||
"states": {
|
"states": {
|
||||||
"warning": 75,
|
"warning": 80,
|
||||||
"critical": 85
|
"critical": 90
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"custom/aqi": {
|
"custom/aqi": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue