mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-08 22:45:38 -05:00
iReposition audio indicator
This commit is contained in:
@@ -176,10 +176,10 @@ PanelWindow {
|
|||||||
topBar.calendarVisible = !topBar.calendarVisible
|
topBar.calendarVisible = !topBar.calendarVisible
|
||||||
}
|
}
|
||||||
|
|
||||||
// Insert audio visualization into the clock widget
|
// Insert audio visualization into the clock widget placeholder
|
||||||
AudioVisualization {
|
AudioVisualization {
|
||||||
parent: clockWidget.children[0].children[0] // Row -> Row (media info)
|
parent: clockWidget.children[0].children[0].children[0] // Row -> Row (media info) -> Item (placeholder)
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.fill: parent
|
||||||
hasActiveMedia: topBar.hasActiveMedia
|
hasActiveMedia: topBar.hasActiveMedia
|
||||||
activePlayer: topBar.activePlayer
|
activePlayer: topBar.activePlayer
|
||||||
visible: topBar.hasActiveMedia
|
visible: topBar.hasActiveMedia
|
||||||
|
|||||||
Reference in New Issue
Block a user