diff --git a/config/ags/config.js b/config/ags/config.js index e2597767..83755609 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -134,7 +134,7 @@ function BatteryLabel() { children: [ Widget.Icon({ icon }), Widget.Label({ - label: percent, + label: battery.bind('percent').as(x => x.toString()), }) ], })