Finished hacker theme mostly and added some other configs
This commit is contained in:
parent
0c499ecbd6
commit
ad06f5284e
91 changed files with 1928 additions and 3 deletions
38
themes/hacker/.config/cava/config
Normal file
38
themes/hacker/.config/cava/config
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
## Configuration file for CAVA.
|
||||
|
||||
[general]
|
||||
; framerate = 60
|
||||
; autosens = 1
|
||||
; bars = 0
|
||||
; bar_width = 2
|
||||
; bar_spacing = 1
|
||||
|
||||
[input]
|
||||
; method = pipewire
|
||||
; source = auto
|
||||
|
||||
[output]
|
||||
; method = noncurses
|
||||
|
||||
[color]
|
||||
|
||||
# Gradient from dim to bright orange
|
||||
gradient = 1
|
||||
gradient_color_1 = '#2a2b2a'
|
||||
gradient_color_2 = '#7a4020'
|
||||
gradient_color_3 = '#b05a28'
|
||||
gradient_color_4 = '#d07038'
|
||||
gradient_color_5 = '#ef934d'
|
||||
gradient_color_6 = '#f4a868'
|
||||
gradient_color_7 = '#f8c090'
|
||||
gradient_color_8 = '#f4decd'
|
||||
|
||||
[smoothing]
|
||||
; noise_reduction = 77
|
||||
|
||||
[eq]
|
||||
; 1 = 1
|
||||
; 2 = 1
|
||||
; 3 = 1
|
||||
; 4 = 1
|
||||
; 5 = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue