From 7a56258baf6a2549ce0e868b0cf96773d9e9bc77 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:38:00 +0400 Subject: [PATCH] please work --- 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 14ebf785..66c8d900 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -132,7 +132,7 @@ function BatteryLabel() { children: [ // Widget.Icon({ icon }), Widget.Label({ - label: value, + label: battery.bind("precent").transform((v) => v.toFixed(0)), }), ], })