Update .config/cava/themes/matugen_theme

Update .config/matugen/config.toml
This commit is contained in:
Yarne Coppens 2026-02-12 15:38:56 +01:00
parent ebd2f78153
commit 19ff6291f8
2 changed files with 10 additions and 10 deletions

View file

@ -1,17 +1,17 @@
[color] [color]
background = 'default' background = 'default'
foreground = '#e1b7f5' foreground = '#f2be6e'
; gradient = 0 ; gradient = 0
gradient = 1 gradient = 1
gradient_color_1 = '#5b396d' gradient_color_1 = '#614000'
gradient_color_2 = '#e1b7f5' gradient_color_2 = '#f2be6e'
gradient_color_3 = '#f5d9ff' gradient_color_3 = '#ffddaf'
horizontal_gradient = 0 horizontal_gradient = 0
; horizontal_gradient = 1 ; horizontal_gradient = 1
horizontal_gradient_color_1 = '#5b396d' horizontal_gradient_color_1 = '#614000'
horizontal_gradient_color_2 = '#e1b7f5' horizontal_gradient_color_2 = '#f2be6e'
horizontal_gradient_color_3 = '#f5d9ff' horizontal_gradient_color_3 = '#ffddaf'
horizontal_gradient_color_4 = '#e1b7f5' horizontal_gradient_color_4 = '#f2be6e'
horizontal_gradient_color_5 = '#5b396d' horizontal_gradient_color_5 = '#614000'

View file

@ -12,4 +12,4 @@ output_path = '~/.config/waybar/colors.css'
[templates.cava] [templates.cava]
input_path = 'templates/cava-colors.ini' input_path = 'templates/cava-colors.ini'
output_path = '~/.config/cava/themes/matugen_theme' output_path = '~/.config/cava/themes/matugen_theme'
post_hook = 'pkill -USR1 cava' post_hook = 'pkill -USR1 cava'