Skip to content

Commit

Permalink
Changed cava settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Feb 24, 2017
1 parent d5ebca4 commit 43432aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cava/.config/cava/config
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@

# Sensitivity in %. If you think the bars are to low/response is to little, try
# increasing this value 200 means double height. Accepts only non-negative values.
; sensitivity = 100
# sensitivity = 100

# Autosens will attempt to decrease sensitivity if cava peaks. 1 = on, 0 = off
# overshoot allows bars to overshoot (in % of terminal height) without initiating autosens
; autosens = 1
; overshoot = 20
; overshoot = 0

# The number of bars (0-200). 0 (default) sets it to auto (fill up console).
# width of bars and space between bars in number of characters. Default width 3 and space 1.
; bars = 0
; bar_width = 2
; bar_spacing = 1
bar_width = 1
bar_spacing = 1


# Lower and higher cutoff frequencies for lowest and highest bars
Expand Down

0 comments on commit 43432aa

Please sign in to comment.