diff options
Diffstat (limited to 'artix/home/.config/cava')
| -rw-r--r-- | artix/home/.config/cava/config | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/artix/home/.config/cava/config b/artix/home/.config/cava/config new file mode 100644 index 0000000..4716fb0 --- /dev/null +++ b/artix/home/.config/cava/config @@ -0,0 +1,26 @@ +[general] +framerate = 100 + +[output] + +method = noncurses +orientation = horizontal + +[color] + +background = default +foreground = default + +gradient = 1 +gradient_color_1 = '#e576fe' +gradient_color_2 = '#ef85fd' +gradient_color_3 = '#fa94fc' +gradient_color_4 = '#ffa8fc' +gradient_color_5 = '#ffbefd' +gradient_color_6 = '#ffd4fe' +gradient_color_7 = '#ffeafe' +gradient_color_8 = '#ffffff' + +[smoothing] + +noise_reduction = 33 |
