From 3c63916caba3a0375dece590f5eb8ac69053af7a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:51:27 +0400 Subject: [PATCH] what --- config/ags/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ags/config.js b/config/ags/config.js index 684862fc..e2597767 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -126,7 +126,7 @@ function BatteryLabel() { const icon = battery.bind("percent").as(p => `battery-level-${Math.floor(p / 10) * 10}-symbolic`) - const percent = battery.bind("percent").as(x => x.toString) + "%" + const percent = battery.bind("percent").as(x => x.toString()) + "%" return Widget.Box({ class_name: "battery",