fix(ags overview): refer to correct overlay to fix margin anim issues
This commit is contained in:
parent
d8780ddf23
commit
67652d375c
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue