From b8a424dfbe3bc600dd3423936bbbd3cf8d39791c Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:26:28 +0400 Subject: [PATCH] (config) ags: change battery icon ranges --- config/ags/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",