From 362a567ae77c2db3b1be5fad494944e50632d6fd Mon Sep 17 00:00:00 2001 From: Lucca Ketterer Date: Sun, 2 Aug 2020 00:50:45 +0200 Subject: [PATCH] improve cava.conf for visualizer mode --- client/cava.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cava.conf b/client/cava.conf index f40d515..415f748 100644 --- a/client/cava.conf +++ b/client/cava.conf @@ -21,7 +21,7 @@ autosens = 1 # The number of bars (0-200). 0 sets it to auto (fill up console). # Bars' width and space between bars in number of characters. -bars = 6 +bars = 2 ; bar_width = 2 ; bar_spacing = 1 @@ -112,7 +112,7 @@ foreground = red # Percentage value for integral smoothing. Takes values from 0 - 100. # Higher values means smoother, but less precise. 0 to disable. -integral = 0 +integral = 5 # Disables or enables the so-called "Monstercat smoothing" with or without "waves". Set to 0 to disable. monstercat = 1