Fix Warnings and implements Systray

This commit is contained in:
Amaro Lopes
2025-09-22 23:03:42 -03:00
parent 690a244bad
commit 99f7e41ff4
8 changed files with 156 additions and 114 deletions

View File

@@ -2,6 +2,7 @@ pragma ComponentBehavior: Bound
import QtQuick
import QtQuick.Layouts
import Quickshell.Widgets
import qs.Common
WrapperRectangle {
id: barArea
@@ -10,7 +11,8 @@ WrapperRectangle {
property var components: [] // Add this new property
color: "transparent"
margin: 0
rightMargin: Theme.gaps
leftMargin: Theme.gaps
RowLayout {
Repeater {