From 898bf6e9280e6392fd140d58f451520e7b75d52c Mon Sep 17 00:00:00 2001 From: horhik Date: Mon, 27 Jul 2020 10:02:48 +0300 Subject: [PATCH] draculize cava --- .config/cava/config | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.config/cava/config b/.config/cava/config index c8544d1..811c63c 100644 --- a/.config/cava/config +++ b/.config/cava/config @@ -4,7 +4,7 @@ [general] # Smoothing mode. Can be 'normal', 'scientific' or 'waves'. DEPRECATED as of 0.6.0 -mode = waves +mode = scientific # Accepts only non-negative values. ; framerate = 60 @@ -117,22 +117,21 @@ method = ncurses # Or defined by hex code '#xxxxxx' (hex code must be within ''). User defined colors requires # ncurses output method and a terminal that can change color definitions such as Gnome-terminal or rxvt. # default is to keep current terminal color -; background = default +background = default foreground = cyan # Gradient mode, only hex defined colors (and thereby ncurses mode) are supported, # background must also be defined in hex or remain commented out. 1 = on, 0 = off. # You can define as many as 8 different colors. They range from bottom to top of screen -; gradient = 1 -gradient_count = 8 -gradient_color_1 = '#59cc33' -gradient_color_2 = '#80cc33' -gradient_color_3 = '#a6cc33' -gradient_color_4 = '#cccc33' -gradient_color_5 = '#cca633' -gradient_color_6 = '#cc8033' -gradient_color_7 = '#cc5933' -gradient_color_8 = '#cc3333' +gradient = 7 +gradient_count = 7 +gradient_color_1 = '#8be9fd' +gradient_color_2 = '#50fa7b' +gradient_color_3 = '#f1fa8c' +gradient_color_4 = '#ffb86c' +gradient_color_5 = '#bd93f9' +gradient_color_6 = '#ff79c6' +gradient_color_7 = '#ff5555'