diff --git a/config/ags/config.js b/config/ags/config.js index c1f087e4..83cdcd43 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -132,7 +132,7 @@ function BatteryLabel() { children: [ // Widget.Icon({ icon }), Widget.Label({ - label: battery.bind("precent"), + label: battery.bind("precent").toString(), }), ], })