From 2a07b591aa996fd5c32a445c8c1452760e62d08b Mon Sep 17 00:00:00 2001 From: Lucca Ketterer Date: Mon, 5 Oct 2020 22:15:08 +0200 Subject: [PATCH] change gravity to 50 --- client/cava.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cava.conf b/client/cava.conf index 46c7773..4057208 100644 --- a/client/cava.conf +++ b/client/cava.conf @@ -120,7 +120,7 @@ waves = 3; # Set gravity percentage for "drop off". Higher values means bars will drop faster. # Accepts only non-negative values. 50 means half gravity, 200 means double. Set to 0 to disable "drop off". -; gravity = 100 +; gravity = 50 # In bar height, bars that would have been lower that this will not be drawn.