im gonna aehusdvnkm

This commit is contained in:
Sakooooo 2024-08-08 14:24:58 +04:00
parent 3c63916cab
commit 8e21e7b85e
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -134,7 +134,7 @@ function BatteryLabel() {
children: [ children: [
Widget.Icon({ icon }), Widget.Icon({ icon }),
Widget.Label({ Widget.Label({
label: percent, label: battery.bind('percent').as(x => x.toString()),
}) })
], ],
}) })