Initial SysTray Implementation

This commit is contained in:
Amaro Lopes
2025-09-22 03:02:20 -03:00
parent 65497edde2
commit f7479c1e58
3 changed files with 44 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ import QtQuick.Layouts
// Workspaces.qml
import Quickshell
import Quickshell.Hyprland
import Quickshell.Wayland
import Quickshell.Widgets
import qs.Common
import qs.Services
@@ -64,7 +63,6 @@ WrapperMouseArea {
color:"transparent"
Rectangle {
Component.onCompleted: console.log("Completed Running!")
anchors.fill: parent
color: Theme.backgroudColor
radius: 25