Initial SysTray Implementation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user