Update .config/ncmpcpp/config
This commit is contained in:
parent
e6e5ae0bcf
commit
3f2cb218b5
1 changed files with 3 additions and 3 deletions
|
@ -98,7 +98,7 @@ visualizer_in_stereo = yes
|
|||
#
|
||||
## Available values: spectrum, wave, wave_filled, ellipse.
|
||||
##
|
||||
visualizer_type = "wave_filled"
|
||||
visualizer_type = "spectrum"
|
||||
#
|
||||
#visualizer_fps = 60
|
||||
#
|
||||
|
@ -110,7 +110,7 @@ visualizer_look = "+|"
|
|||
#
|
||||
## Alternative subset of 256 colors for terminals that support it.
|
||||
##
|
||||
# visualizer_color = 47, 83, 119, 155, 191, 227, 221, 215, 209, 203, 197, 161
|
||||
visualizer_color = 47, 83, 119, 155, 191, 227, 221, 215, 209, 203, 197, 161
|
||||
#
|
||||
##
|
||||
## Note: The next few visualization options apply to the spectrum visualizer.
|
||||
|
@ -121,7 +121,7 @@ visualizer_look = "+|"
|
|||
## and visualizer_in_stereo set, artifacts may be visible on the bottom half of
|
||||
## the visualization.
|
||||
#
|
||||
#visualizer_spectrum_smooth_look = yes
|
||||
visualizer_spectrum_smooth_look = yes
|
||||
#
|
||||
## A value between 1 and 5 inclusive. Specifying a larger value makes the
|
||||
## visualizer look at a larger slice of time, which results in less jumpy
|
||||
|
|
Loading…
Reference in a new issue