diff --git a/quickshell/Modules/Plugins/DesktopPluginWrapper.qml b/quickshell/Modules/Plugins/DesktopPluginWrapper.qml index c9f05249..e4745df4 100644 --- a/quickshell/Modules/Plugins/DesktopPluginWrapper.qml +++ b/quickshell/Modules/Plugins/DesktopPluginWrapper.qml @@ -407,6 +407,8 @@ Item { item.widgetWidth = Qt.binding(() => contentLoader.width); if (item.widgetHeight !== undefined) item.widgetHeight = Qt.binding(() => contentLoader.height); + if (item.screen !== undefined) + item.screen = Qt.binding(() => root.screen); } }