From bd0ceea108216fc824532d493f961edaf3e617ff Mon Sep 17 00:00:00 2001 From: Fabien Proriol Date: Wed, 28 May 2025 10:33:25 +0200 Subject: Add XDG Systray --- qml/StatusBar.qml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'qml/StatusBar.qml') 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 -- cgit v1.2.3