moved volume and audo pill

This commit is contained in:
2025-11-28 16:54:38 +01:00
parent 2621f4a30a
commit 2b0a2f58bd

View File

@@ -36,8 +36,10 @@ PanelWindow {
}
Pill {
id: volume
anchors.verticalCenter: parent.verticalCenter
anchors.right: music.left
anchors.right: parent.right
anchors.rightMargin: 10
Volume {}
}
@@ -45,7 +47,7 @@ PanelWindow {
Pill {
id: music
anchors.right: parent.right
anchors.right: volume.left
anchors.rightMargin: 10
Music {
player: Mpris.players.values.find(e => e.identity == "Spotify")