diff --git a/config/ags/config.js b/config/ags/config.js index 53f0fe49..a2383a3d 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -131,10 +131,8 @@ function BatteryLabel() { visible: battery.bind("available"), children: [ // Widget.Icon({ icon }), - Widget.LevelBar({ - widthRequest: 140, - vpack: "center", - value, + Widget.Label({ + label: value, }), ], })