add: cava
This commit is contained in:
@@ -29,3 +29,8 @@ input_path = '~/.config/matugen/templates/firefox'
|
||||
output_path = '~/.cache/wal/colors.json'
|
||||
post_hook = 'pywalfox update'
|
||||
|
||||
[templates.cava]
|
||||
input_path = "~/.config/matugen/templates/cava"
|
||||
output_path = "~/.config/cava/config"
|
||||
post_hook = "pkill -USR1 cava"
|
||||
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
[general]
|
||||
framerate = 60
|
||||
autosens = 1
|
||||
bars = 0
|
||||
bar_width = 3
|
||||
bar_spacing = 1
|
||||
sleep_timer = 5
|
||||
|
||||
[input]
|
||||
method = pipewire
|
||||
source = auto
|
||||
|
||||
[output]
|
||||
method = ncurses
|
||||
style = stereo
|
||||
|
||||
[color]
|
||||
gradient = 1
|
||||
gradient_count = 6
|
||||
gradient_color_1 = '{{colors.primary.default.hex}}'
|
||||
gradient_color_2 = '{{colors.primary_container.default.hex}}'
|
||||
gradient_color_3 = '{{colors.secondary.default.hex}}'
|
||||
gradient_color_4 = '{{colors.secondary_container.default.hex}}'
|
||||
gradient_color_5 = '{{colors.tertiary.default.hex}}'
|
||||
gradient_color_6 = '{{colors.tertiary_container.default.hex}}'
|
||||
Reference in New Issue
Block a user