From a3a5db91b2dc6acfacae34fe6a19c65a67dae57f Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sun, 27 Apr 2025 08:38:31 -0300 Subject: [PATCH] :boom: ags(bar/workspaces): remove unnecessary visible property fixes workspace id not visible on focused workspace --- ags/widget/bar/Workspaces.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ags/widget/bar/Workspaces.ts b/ags/widget/bar/Workspaces.ts index b2d1434..532e0ff 100644 --- a/ags/widget/bar/Workspaces.ts +++ b/ags/widget/bar/Workspaces.ts @@ -41,7 +41,6 @@ export function Workspaces(): Gtk.Widget { : "" } ${lastClient.title}` : "" }`)(), child: new Widget.Box({ - visible: bind(workspace, "lastClient").as(Boolean), children: bind(workspace, "lastClient").as((lastClient) => [ new Widget.Revealer({ transitionDuration: 200,