diff --git a/bar/StatusBar.qml b/bar/StatusBar.qml index 765bf84..6e8f56f 100644 --- a/bar/StatusBar.qml +++ b/bar/StatusBar.qml @@ -45,21 +45,10 @@ PanelWindow { Pill { id: music - anchors.right: tray.left + anchors.right: parent.right anchors.rightMargin: 10 Music { player: Mpris.players.values.find(e => e.identity == "Spotify") } } - - // Pill { - // id: tray - // - // anchors.right: parent.right - // anchors.rightMargin: 10 - // - // SystemTray { - // - // } - // } }