diff --git a/dots/.config/quickshell/ii/modules/ii/bar/ActiveWindow.qml b/dots/.config/quickshell/ii/modules/ii/bar/ActiveWindow.qml index b4f1c69cf..5f30b655b 100644 --- a/dots/.config/quickshell/ii/modules/ii/bar/ActiveWindow.qml +++ b/dots/.config/quickshell/ii/modules/ii/bar/ActiveWindow.qml @@ -12,9 +12,8 @@ Item { readonly property HyprlandMonitor monitor: Hyprland.monitorFor(root.QsWindow.window?.screen) readonly property Toplevel activeWindow: ToplevelManager.activeToplevel - property string activeWindowAddress: `0x${activeWindow?.HyprlandToplevel?.address}` - property bool focusingThisMonitor: HyprlandData.activeWorkspace?.monitor == monitor?.name - property var biggestWindow: HyprlandData.biggestWindowForWorkspace(HyprlandData.monitors[root.monitor?.id]?.activeWorkspace.id) + readonly property bool focusingThisMonitor: HyprlandData.activeWorkspace?.monitor == monitor?.name + readonly property var biggestWindow: HyprlandData.biggestWindowForWorkspace(HyprlandData.monitors[root.monitor?.id]?.activeWorkspace.id) implicitWidth: colLayout.implicitWidth