Compare commits
2 commits
30d4d44e45
...
d5cc772328
Author | SHA1 | Date | |
---|---|---|---|
d5cc772328 | |||
943f7a0a4f |
2 changed files with 8 additions and 2 deletions
|
@ -24,6 +24,7 @@
|
||||||
# Bars' width and space between bars in number of characters.
|
# Bars' width and space between bars in number of characters.
|
||||||
; bars = 0
|
; bars = 0
|
||||||
; bar_width = 2
|
; bar_width = 2
|
||||||
|
bar_width = 1
|
||||||
; bar_spacing = 1
|
; bar_spacing = 1
|
||||||
# bar_height is only used for output in "noritake" format
|
# bar_height is only used for output in "noritake" format
|
||||||
; bar_height = 32
|
; bar_height = 32
|
||||||
|
@ -155,6 +156,7 @@ source = auto
|
||||||
# removes flickering in alacritty terminal emulator.
|
# removes flickering in alacritty terminal emulator.
|
||||||
# defaults to off since the behaviour in other terminal emulators is unknown
|
# defaults to off since the behaviour in other terminal emulators is unknown
|
||||||
; alacritty_sync = 0
|
; alacritty_sync = 0
|
||||||
|
alacritty_sync = 1
|
||||||
|
|
||||||
# Shaders for sdl_glsl, located in $HOME/.config/cava/shaders
|
# Shaders for sdl_glsl, located in $HOME/.config/cava/shaders
|
||||||
; vertex_shader = pass_through.vert
|
; vertex_shader = pass_through.vert
|
||||||
|
@ -190,7 +192,11 @@ source = auto
|
||||||
; gradient_color_6 = '#cc8033'
|
; gradient_color_6 = '#cc8033'
|
||||||
; gradient_color_7 = '#cc5933'
|
; gradient_color_7 = '#cc5933'
|
||||||
; gradient_color_8 = '#cc3333'
|
; gradient_color_8 = '#cc3333'
|
||||||
|
gradient = 1
|
||||||
|
gradient_count = 3
|
||||||
|
gradient_color_1 = '#008080'
|
||||||
|
gradient_color_2 = '#D58E00'
|
||||||
|
gradient_color_3 = '#D50000'
|
||||||
|
|
||||||
|
|
||||||
[smoothing]
|
[smoothing]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
function l --description 'alias l=ls -lAh'
|
function l --description 'alias l=ls -lAh'
|
||||||
exa -lgHahb --git --time-style long-iso $argv
|
eza -lgHahb --git --time-style long-iso $argv
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue