From 43595f33f308b234602a491581be4f675186a59e Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:25:37 +0400 Subject: [PATCH] lmao --- config/ags/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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({