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) {