config (3929B)
1 ##Refresh rate of the visualizers. A really high refresh rate may cause screen tearing. Default is 20. #visualizer.fps=20 2 ##Sets the audio sources to use. Currently available ones are "mpd" and "alsa"Sets the audio sources to use. 3 ##Currently available ones are "mpd", "pulse" and "alsa". Defaults to "mpd". 4 #audio.sources=pulse 5 6 ##vis tries to find the correct pulseaudio sink, however this will not work on all systems. 7 ##If pulse audio is not working with vis try switching the audio source. A list can be found by running the 8 ##command pacmd list-sinks | grep -e 'name:' -e 'index' 9 #audio.pulse.source=0 10 11 ##Defaults to "/tmp/mpd.fifo" 12 #mpd.fifo.path=/tmp/mpd.fifo 13 14 ##If set to false the visualizers will use mono mode instead of stereo. Some visualizers will 15 ##behave differently when mono is enabled. For example, spectrum show two sets of bars. 16 audio.stereo.enabled=false 17 18 ##Specifies how often the visualizer will change in seconds. 0 means do not rotate. Default is 0. 19 #visualizer.rotation.secs=10 20 21 ##Configures the samples rate and the cutoff frequencies. 22 #audio.sampling.frequency=44100 23 #audio.low.cutoff.frequency=22050 24 #audio.high.cutoff.frequency=30 25 26 ##Applies scaling factor to both lorenz and ellipse visualizers. This is useful when the system audio is set 27 #to a low volume. 28 #visualizer.scaling.multiplier=1.0 29 30 ##Configures the visualizers and the order they are in. Available visualizers are spectrum,lorenz,ellipse. 31 ##Defaults to spectrum,ellipse,lorenz 32 #visualizers=spectrum,ellipse,lorenz 33 34 35 ##Configures what character the spectrum visualizer will use. Specifying a space (e.g " ") means the 36 ##background will be colored instead of the character. Defaults to " ". 37 #visualizer.spectrum.character=# 38 39 ##Spectrum bar width. Defaults to 2. 40 visualizer.spectrum.bar.width=3 41 42 ##The amount of space between each bar in the spectrum visualizer. Defaults to 1. It's possible to set this to 43 ##zero to have no space between bars 44 visualizer.spectrum.bar.spacing=1 45 46 ##Available smoothing options are monstercat, sgs, none. 47 #visualizer.spectrum.smoothing.mode=sgs 48 49 ##This configures the falloff effect on the spectrum visualizer. Available falloff options are fill,top,none. 50 ##Defaults to "fill" 51 #visualizer.spectrum.falloff.mode=fill 52 53 ##Configures how fast the falloff character falls. This is an exponential falloff so values usually look 54 ##best 0.9+ and small changes in this value can have a large effect. Defaults to 0.95 55 #visualizer.spectrum.falloff.weight=0.95 56 57 ##Margins in percent of total screen for spectrum visualizer. All margins default to 0 58 #visualizer.spectrum.top.margin=0.30 59 #visualizer.spectrum.bottom.margin=0.10 60 #visualizer.spectrum.right.margin=0.10 61 #visualizer.spectrum.left.margin=0.10 62 63 ##Reverses the direction of the spectrum so that high freqs are first and low freqs last. Defaults to false. 64 #visualizer.spectrum.reversed=false 65 66 ##This configures the sgs smoothing effect on the spectrum visualizer. More points spreads out the smoothing 67 ##effect and increasing passes runs the smoother multiple times on reach run. Defaults are points=3 and passes=1 68 #visualizer.sgs.smoothing.points=3 69 #visualizer.sgs.smoothing.passes=1 70 71 72 ##Configures what character the ellipse visualizer will use. Specifying a space (e.g " ") means the 73 ##background will be colored instead of the character. Defaults to "█". 74 #visualizer.ellipse.character=# 75 76 ##The radius of each color ring in the ellipse visualizer. Defaults to 2. 77 #visualizer.ellipse.radius=2 78 79 80 ##Configures what character the lorenz visualizer will use. Specifying a space (e.g " ") means the 81 ##background will be colored instead of the character. Defaults to "█". 82 #visualizer.lorenz.character=# 83 84 85 ##Turns off overriding the user's terminal colors. This is true by default. 86 #colors.override.terminal=false 87 88 ##Specifies the color scheme. The color scheme must be in ~/.config/vis/colors/ directory. The default scheme is "colors". 89 colors.scheme=solid