From f8386617370b9b886a804cfe1bda3bfdcb66ffec Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:42:50 +0400 Subject: [PATCH] (config) ags: again --- config/ags/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/ags/config.js b/config/ags/config.js index ff818238..482ac17c 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -162,10 +162,10 @@ function Volume() { function BatteryLabel() { const icons = { - 75: "full", + 80: "full", 50: "good", - 25: "low", - 0: "empty", + 30: "low", + 10: "empty", }; const value = battery.bind("percent").as(p => p > 0 ? p / 100 : 0); // const icon = battery.bind("percent").as(p =>