Tweak RAM warning threshold to 80%

Mostly because at the moment I run around 72% because Electron exists.
This commit is contained in:
Trysdyn Black 2023-03-27 16:19:04 -07:00
parent 9ce1fa64a2
commit 775196d080

View file

@ -31,8 +31,8 @@
"memory": { "memory": {
"format": " {}%", "format": " {}%",
"states": { "states": {
"warning": 75, "warning": 80,
"critical": 85 "critical": 90
} }
}, },
"custom/aqi": { "custom/aqi": {