1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 14:05:38 -05:00

iReposition audio indicator

This commit is contained in:
bbedward
2025-07-11 22:09:53 -04:00
parent 962c56c0ce
commit abb1e09c7b

View File

@@ -176,10 +176,10 @@ PanelWindow {
topBar.calendarVisible = !topBar.calendarVisible
}
// Insert audio visualization into the clock widget
// Insert audio visualization into the clock widget placeholder
AudioVisualization {
parent: clockWidget.children[0].children[0] // Row -> Row (media info)
anchors.verticalCenter: parent.verticalCenter
parent: clockWidget.children[0].children[0].children[0] // Row -> Row (media info) -> Item (placeholder)
anchors.fill: parent
hasActiveMedia: topBar.hasActiveMedia
activePlayer: topBar.activePlayer
visible: topBar.hasActiveMedia