From bed6f7c5d5cd8f371524176c1fc7a55fe7ecc9bb Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 27 Jun 2025 21:46:24 +1000 Subject: internal: windowinfo pass in client So it can be used for clients other than the active one Also fix text below screencopyview --- modules/bar/popouts/Wrapper.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/bar/popouts') diff --git a/modules/bar/popouts/Wrapper.qml b/modules/bar/popouts/Wrapper.qml index 0ce17ce..6bab78c 100644 --- a/modules/bar/popouts/Wrapper.qml +++ b/modules/bar/popouts/Wrapper.qml @@ -86,6 +86,7 @@ Item { sourceComponent: WindowInfo { screen: root.screen + client: Hyprland.activeToplevel } } -- cgit v1.2.3-freya