From 9d4993f39c6aaa102519598cb4f8e22bf3802bc0 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Sun, 3 Aug 2025 16:14:09 +0100 Subject: [PATCH] fix: multimonitor brightness --- Bar/Bar.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bar/Bar.qml b/Bar/Bar.qml index 986bacc..fe657d3 100644 --- a/Bar/Bar.qml +++ b/Bar/Bar.qml @@ -110,6 +110,7 @@ Scope { Brightness { id: widgetsBrightness + screen: modelData anchors.verticalCenter: parent.verticalCenter } @@ -251,4 +252,4 @@ Scope { // This alias exposes the visual bar's visibility to the outside world property alias visible: barRootItem.visible -} \ No newline at end of file +}