change warning and critical treshold
This commit is contained in:
parent
1d4cccc58f
commit
4d55a5fde4
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@
|
||||||
"battery" = {
|
"battery" = {
|
||||||
states = {
|
states = {
|
||||||
good = 80;
|
good = 80;
|
||||||
warning = 50;
|
warning = 30;
|
||||||
critical = 20;
|
critical = 10;
|
||||||
};
|
};
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
format-alt = "{capacity}%";
|
format-alt = "{capacity}%";
|
||||||
|
|
Loading…
Add table
Reference in a new issue