Fix battery full-at percentage
This commit is contained in:
parent
15d64c98da
commit
b9b2977406
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ in
|
|||
animation-low-0 = "%{F${primary}}BAT%{F-}";
|
||||
animation-low-1 = "%{F${alert}}LOW%{F-}";
|
||||
|
||||
full-at = 99;
|
||||
full-at = 96;
|
||||
low-at = 10; # default
|
||||
};
|
||||
"module/date" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue