dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit b2122b5ed0e5fcf3080b7d963493e2023541839d
parent fa606233c16da0ce4030208a05f99cb7513ce1b3
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Fri, 10 Apr 2020 18:14:41 +0200

cava: back to ncurses

Diffstat:
Mcava/.config/cava/config | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/cava/.config/cava/config b/cava/.config/cava/config @@ -4,7 +4,7 @@ [general] # Smoothing mode. Can be 'normal', 'scientific' or 'waves'. DEPRECATED as of 0.6.0 -; mode = normal +mode = waves # Accepts only non-negative values. framerate = 60 @@ -30,8 +30,8 @@ bar_width = 1 # the bandwidth of the visualizer. # Note: there is a minimum total bandwidth of 43Mhz x number of bars. # Cava will automatically increase the higher cutoff if a too low band is specified. -; lower_cutoff_freq = 50 -; higher_cutoff_freq = 10000 +lower_cutoff_freq = 20 +higher_cutoff_freq = 20000 @@ -109,12 +109,12 @@ source = auto method = ncurses # Additionally with Xlib, you can enable OpenGL mode to make full use of your hardware. -l opengl = 1 +; opengl = 1 # Visual channels. Can be 'stereo' or 'mono'. # 'stereo' mirrors both channels with low frequencies in center. # 'mono' averages both channels and outputs left to right lowest to highest frequencies. -; channels = stereo +channels = mono # Raw output target. A fifo will be created if target does not exist. ; raw_target = /dev/stdout @@ -141,8 +141,8 @@ l opengl = 1 # Or defined by hex code '#xxxxxx' (hex code must be within ''). User defined colors requires a # terminal that can change color definitions such as Gnome-terminal or rxvt. # Or in case you're running in 'x' you could use the default option -background = black -foreground = '#00aa00' +; background = none +foreground = '#98c379' # Only works in X mode, and is REALLY BUGGY. ; foreground_opacity = 1.0 @@ -161,10 +161,10 @@ foreground = '#00aa00' # Percentage value for integral smoothing. Takes values from 0 - 100. # Higher values means smoother, but less precise. 0 to disable. -; integral = 99 +integral = 40 # Disables or enables the so-called "Monstercat smoothing" with or without "waves". Set to 0 to disable. -; monstercat = 1 +monstercat = 0 ; waves = 0; # Alternate monstercat smoothing algorithm