mirror of
https://github.com/tuxdotrs/tshell.git
synced 2026-09-20 02:49:02 +05:30
style(cava): update bar count and remove animation
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[general]
|
[general]
|
||||||
bars = 12
|
bars = 14
|
||||||
framerate = 60
|
framerate = 60
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|||||||
@@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user