mirror of
https://github.com/tuxdotrs/tshell.git
synced 2026-09-19 10:39:04 +05:30
style(cava): update bar count and remove animation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[general]
|
||||
bars = 12
|
||||
bars = 14
|
||||
framerate = 60
|
||||
|
||||
[input]
|
||||
|
||||
@@ -39,12 +39,6 @@ Rectangle {
|
||||
radius: bar.width / 2
|
||||
color: Theme.colors.accent
|
||||
antialiasing: true
|
||||
|
||||
Behavior on height {
|
||||
NumberAnimation {
|
||||
duration: Theme.duration
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user