From 67652d375c63920d2663b5f49c88d8f54cf0138f Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 12 Oct 2023 23:01:14 -0400 Subject: [PATCH] fix(ags overview): refer to correct overlay to fix margin anim issues --- config/ags/js/overview/workspaces.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ags/js/overview/workspaces.js b/config/ags/js/overview/workspaces.js index 99ac67f8..bf85c530 100644 --- a/config/ags/js/overview/workspaces.js +++ b/config/ags/js/overview/workspaces.js @@ -102,7 +102,7 @@ const Workspace = (id, name) => Revealer({ let activeId = Hyprland.active.workspace.id; let active = activeId === box._id; - let rev = box.child.child.overlays[0]; + let rev = box.child.child.get_children()[1]; let n = activeId > box._id; if (Hyprland.getWorkspace(box._id)?.windows > 0 || active) {