coloranimation

This commit is contained in:
Zacharias-Brohn
2025-11-25 22:22:03 +01:00
parent 31f4f8655c
commit fa19c59d0e
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -84,6 +84,10 @@ Item {
implicitWidth: parent.width * ( Pipewire.defaultAudioSink?.audio.volume ?? 0 )
radius: parent.radius
color: root.barColor
Behavior on color {
CAnim {}
}
}
}