From 6d3e4abce00abdefa4f9dd73d5d52fda9089310c Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:42:18 +0400 Subject: [PATCH] ags --- config/ags/config.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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, }), ], })