quickshell: move the notification pill between k8s and system

Reorder the bottom bar group so notifications sit between the Kubernetes
and System pills.
This commit is contained in:
2026-06-01 14:26:20 +02:00
parent be6c66d801
commit dd5d8a348d
+2 -2
View File
@@ -97,6 +97,8 @@ Scope {
BarComponents.MediaPill { id: mediaBtn }
BarComponents.KubernetesPill { id: kubernetesBtn; visible: Shared.Config.kubeEnabled }
BarComponents.BarPill {
id: notifBtn
groupName: "notifications"
@@ -124,8 +126,6 @@ Scope {
]
}
BarComponents.KubernetesPill { id: kubernetesBtn; visible: Shared.Config.kubeEnabled }
BarComponents.SystemPill { id: systemBtn }
}
}