summaryrefslogtreecommitdiff
path: root/qml/StatusBar.qml
diff options
context:
space:
mode:
authorFabien Proriol <fabien.proriol@kazoe.org>2025-05-28 10:33:25 +0200
committerFabien Proriol <fabien.proriol@kazoe.org>2025-05-28 10:33:25 +0200
commitbd0ceea108216fc824532d493f961edaf3e617ff (patch)
tree5975a255b8a966f5b8426141f417b318b1434cf0 /qml/StatusBar.qml
parent49daa163530ceabc9eaa8911ab96b5f799cfb552 (diff)
Add XDG SystrayHEADmaster
Diffstat (limited to 'qml/StatusBar.qml')
-rw-r--r--qml/StatusBar.qml12
1 files changed, 11 insertions, 1 deletions
diff --git a/qml/StatusBar.qml b/qml/StatusBar.qml
index 3758657..8f764c0 100644
--- a/qml/StatusBar.qml
+++ b/qml/StatusBar.qml
@@ -62,7 +62,7 @@ Rectangle {
anchors.left: backHome.right
anchors.top: parent.top
anchors.bottom: parent.bottom
- anchors.right: systrayview.left
+ anchors.right: systray.left
anchors.leftMargin: 4
anchors.topMargin: 4
clip: true
@@ -134,6 +134,16 @@ Rectangle {
}
}
+ Systray {
+ id: systray
+ anchors.top: parent.top
+ anchors.bottom: parent.bottom
+ anchors.right: systrayview.left
+ anchors.topMargin: 2
+ anchors.bottomMargin: 2
+ anchors.rightMargin: 2
+ }
+
SystrayView {
id: systrayview
anchors.top: parent.top