settings: make characters used in visualizer customizable

This commit is contained in:
Andrzej Rybczak
2011-12-26 20:13:01 +01:00
parent 955e23c270
commit 12cdede049
5 changed files with 23 additions and 5 deletions

View File

@@ -89,6 +89,8 @@
#
#visualizer_type = "wave" (spectrum/wave)
#
#visualizer_look = "◆│"
#
##### system encoding #####
##
## ncmpcpp should detect your charset encoding

View File

@@ -99,6 +99,9 @@ Defines interval between syncing visualizer and audio outputs.
.B visualizer_type = spectrum/wave
Defines default visualizer type (spectrum is available only if ncmpcpp was compiled with fftw support).
.TP
.B visualizer_look = STRING
Defines visualizer's look (string has to be exactly 2 characters long: first one is for wave whereas second for frequency spectrum).
.TP
.B system_encoding = ENCODING
If you use encoding other than utf8, set it in order to handle utf8 encoded strings properly.
.TP