diff --git a/config/ags/config.js b/config/ags/config.js index 83cdcd43..2033e901 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -132,13 +132,12 @@ function BatteryLabel() { children: [ // Widget.Icon({ icon }), Widget.Label({ - label: battery.bind("precent").toString(), + label: battery.bind('percent').as(x => x.toString()), }), ], }) } - function SysTray() { const items = systemtray.bind("items") .as(items => items.map(item => Widget.Button({