style(cava): update bar count and remove animation

This commit is contained in:
tux
2026-08-24 17:54:58 +05:30
parent 33c19e35a5
commit dfab12482a
2 changed files with 1 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
[general] [general]
bars = 12 bars = 14
framerate = 60 framerate = 60
[input] [input]

View File

@@ -39,12 +39,6 @@ Rectangle {
radius: bar.width / 2 radius: bar.width / 2
color: Theme.colors.accent color: Theme.colors.accent
antialiasing: true antialiasing: true
Behavior on height {
NumberAnimation {
duration: Theme.duration
}
}
} }
} }
} }