diff --git a/client/cava.conf b/client/cava.conf index 4057208..d004670 100644 --- a/client/cava.conf +++ b/client/cava.conf @@ -112,15 +112,15 @@ foreground = red # Percentage value for integral smoothing. Takes values from 0 - 100. # Higher values means smoother, but less precise. 0 to disable. -integral = 1 +integral = 20 # Disables or enables the so-called "Monstercat smoothing" with or without "waves". Set to 0 to disable. monstercat = 1 -waves = 3; +; 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 = 50 +gravity = 300 # In bar height, bars that would have been lower that this will not be drawn.