From ba5be103f20ab7738a3f6fb02f4b878bb577afa2 Mon Sep 17 00:00:00 2001 From: Breizh Date: Fri, 15 Sep 2023 02:12:54 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20configuration=20cava?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/cava/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/cava/config b/.config/cava/config index 76a7fc2..7edff80 100644 --- a/.config/cava/config +++ b/.config/cava/config @@ -24,6 +24,7 @@ # Bars' width and space between bars in number of characters. ; bars = 0 ; bar_width = 2 +bar_width = 1 ; bar_spacing = 1 # bar_height is only used for output in "noritake" format ; bar_height = 32 @@ -155,6 +156,7 @@ source = auto # removes flickering in alacritty terminal emulator. # defaults to off since the behaviour in other terminal emulators is unknown ; alacritty_sync = 0 +alacritty_sync = 1 # Shaders for sdl_glsl, located in $HOME/.config/cava/shaders ; vertex_shader = pass_through.vert @@ -190,7 +192,11 @@ source = auto ; gradient_color_6 = '#cc8033' ; gradient_color_7 = '#cc5933' ; gradient_color_8 = '#cc3333' - +gradient = 1 +gradient_count = 3 +gradient_color_1 = '#008080' +gradient_color_2 = '#D58E00' +gradient_color_3 = '#D50000' [smoothing]