This commit is contained in:
Sakooooo 2024-08-05 04:42:18 +04:00
parent 214eefb894
commit 6d3e4abce0
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -131,10 +131,8 @@ function BatteryLabel() {
visible: battery.bind("available"), visible: battery.bind("available"),
children: [ children: [
// Widget.Icon({ icon }), // Widget.Icon({ icon }),
Widget.LevelBar({ Widget.Label({
widthRequest: 140, label: value,
vpack: "center",
value,
}), }),
], ],
}) })