Merge remote-tracking branch 'origin/omarchy-shell' into omarchy-shell

# Conflicts:
#	shell/Ui/PillButton.qml
#	shell/plugins/bar/widgets/monitorPanel.qml
#	shell/plugins/bar/widgets/networkPanel.qml
This commit is contained in:
Ryan Hughes
2026-05-18 21:11:37 -04:00
12 changed files with 691 additions and 188 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ Item {
var list = []
if (brightnessAvailable) list.push("brightness")
list.push("scale")
if (displays.length > 0) list.push("monitors")
if (displays.length > 1) list.push("monitors")
return list
}
@@ -531,7 +531,7 @@ Item {
Column {
width: parent.width
spacing: Style.space(6)
visible: root.displays.length > 0
visible: root.displays.length > 1
PanelSectionHeader {
text: "Monitors"