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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user