I guess it works lmao

This commit is contained in:
Zacharias-Brohn
2025-10-28 00:46:21 +01:00
parent ad368a76d6
commit 762bae37cb
4 changed files with 112 additions and 17 deletions
+4
View File
@@ -1,9 +1,12 @@
pragma ComponentBehavior: Bound
import QtQuick
import QtQuick.Layouts
import Quickshell
import Quickshell.Services.SystemTray
Rectangle {
id: root
required property PanelWindow bar
implicitHeight: parent.height
implicitWidth: rowL.implicitWidth + 20
@@ -14,6 +17,7 @@ Rectangle {
id: rowL
anchors.centerIn: parent
Repeater {
id: repeater
model: SystemTray.items
TrayItem {
required property SystemTrayItem modelData