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": {
"format": " {}%",
"states": {
"warning": 75,
"critical": 85
"warning": 80,
"critical": 90
}
},
"custom/aqi": {