mirror of
https://github.com/tuxdotrs/tshell.git
synced 2026-09-19 10:39:04 +05:30
feat(cava): update bar opacity using level
This commit is contained in:
@@ -39,7 +39,7 @@ Rectangle {
|
|||||||
radius: bar.width / 2
|
radius: bar.width / 2
|
||||||
color: Theme.colors.accent
|
color: Theme.colors.accent
|
||||||
antialiasing: true
|
antialiasing: true
|
||||||
opacity: 0.55 + 0.45 * bar.height / Math.max(1, barRow.height)
|
opacity: 0.45 + (bar.level * 0.55)
|
||||||
|
|
||||||
Behavior on height {
|
Behavior on height {
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
|
|||||||
Reference in New Issue
Block a user