diff --git a/config/ags/config.js b/config/ags/config.js index f5757edb..ff818238 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -162,7 +162,7 @@ function Volume() { function BatteryLabel() { const icons = { - 100: "full", + 75: "full", 50: "good", 25: "low", 0: "empty",