From 8613ead8c11cd1dd5bca5f7b7ca08c000e3b392b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 19 May 2026 08:20:11 +0200 Subject: [PATCH] Signify when there are multiple displays --- shell/plugins/bar/widgets/monitorPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/plugins/bar/widgets/monitorPanel.qml b/shell/plugins/bar/widgets/monitorPanel.qml index 1dc2bce8..fd3b376e 100644 --- a/shell/plugins/bar/widgets/monitorPanel.qml +++ b/shell/plugins/bar/widgets/monitorPanel.qml @@ -356,7 +356,7 @@ Item { id: button anchors.fill: parent bar: root.bar - text: "󰍹" + text: root.displays.length > 1 ? "󰍺" : "󰍹" fontSize: Style.font.subtitle onPressed: function(b) { root.popupOpen = !root.popupOpen } onWheelMoved: function(delta) {