added systemd tray

This commit is contained in:
2025-11-28 14:07:15 +01:00
parent 5eaf088e6d
commit 35f5e9d9fb
2 changed files with 43 additions and 1 deletions

View File

@@ -45,10 +45,21 @@ PanelWindow {
Pill {
id: music
anchors.right: parent.right
anchors.right: tray.left
anchors.rightMargin: 10
Music {
player: Mpris.players.values.find(e => e.identity == "Spotify")
}
}
// Pill {
// id: tray
//
// anchors.right: parent.right
// anchors.rightMargin: 10
//
// SystemTray {
//
// }
// }
}