diff options
author | David Runge <dave@sleepmap.de> | 2015-12-05 01:43:46 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-12-05 01:43:46 +0100 |
commit | f7b369efd04238fdf4c964fe8800636bce785851 (patch) | |
tree | 3d16d3bd611ac030be5f2a7e139cd370571a6522 /.ncmpcpp | |
parent | 23aaa3586e2346e9fa4f180dacc76d516610212e (diff) | |
download | dotfiles-f7b369efd04238fdf4c964fe8800636bce785851.tar.gz dotfiles-f7b369efd04238fdf4c964fe8800636bce785851.tar.bz2 dotfiles-f7b369efd04238fdf4c964fe8800636bce785851.tar.xz dotfiles-f7b369efd04238fdf4c964fe8800636bce785851.zip |
.ncmpcpp/config: Lowering the sample multiplier for smaller visualizer
Diffstat (limited to '.ncmpcpp')
-rw-r--r-- | .ncmpcpp/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ncmpcpp/config b/.ncmpcpp/config index 682f6e8..7a4aba0 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -61,7 +61,7 @@ lastfm_preferred_language = "en" visualizer_in_stereo = "yes" visualizer_fifo_path = "/run/user/1000/mpd/fifo" visualizer_output_name = "mpd_fifo" -visualizer_sample_multiplier = 1 +visualizer_sample_multiplier = 0.6 visualizer_sync_interval = 10 visualizer_type = "spectrum" # spectrum/wave visualizer_color = "blue" |