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
+1 -2
View File
@@ -5,14 +5,13 @@ import QtQuick.Layouts
import Quickshell
import Quickshell.Io
Rectangle {
Item {
required property string iconName
required property double percentage
property bool shown: true
clip: true
implicitWidth: resourceRowLayout.x < 0 ? 0 : childrenRect.width
implicitHeight: childrenRect.height
color: "transparent"
RowLayout {
spacing: 4