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:
@@ -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 }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user