moved volume and audo pill
This commit is contained in:
@@ -36,8 +36,10 @@ PanelWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Pill {
|
Pill {
|
||||||
|
id: volume
|
||||||
|
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
anchors.right: music.left
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: 10
|
anchors.rightMargin: 10
|
||||||
Volume {}
|
Volume {}
|
||||||
}
|
}
|
||||||
@@ -45,7 +47,7 @@ PanelWindow {
|
|||||||
Pill {
|
Pill {
|
||||||
id: music
|
id: music
|
||||||
|
|
||||||
anchors.right: parent.right
|
anchors.right: volume.left
|
||||||
anchors.rightMargin: 10
|
anchors.rightMargin: 10
|
||||||
Music {
|
Music {
|
||||||
player: Mpris.players.values.find(e => e.identity == "Spotify")
|
player: Mpris.players.values.find(e => e.identity == "Spotify")
|
||||||
|
|||||||
Reference in New Issue
Block a user