system tray

This commit is contained in:
end-4
2025-04-11 23:35:05 +02:00
parent d77e4f14bf
commit dae2857391
9 changed files with 137 additions and 11 deletions
@@ -5,7 +5,7 @@ import QtQuick.Layouts
import Quickshell.Wayland
import Quickshell.Hyprland
Rectangle {
Item {
required property var bar
readonly property HyprlandMonitor monitor: Hyprland.monitorFor(bar.screen)
readonly property Toplevel activeWindow: ToplevelManager.activeToplevel
@@ -13,7 +13,6 @@ Rectangle {
height: parent.height
width: colLayout.width
color: "transparent"
Layout.leftMargin: Appearance.rounding.screenRounding