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)), }), ], })