Code

Added list-format and status-format conf options
[ncmpc.git] / doc / config.sample
1 ##
2 ## Configuration file for ncmpc (~/.ncmpc/config)
3 ## 
5 ## auto center (center the playing track in the playlist)
6 #auto-center = no
8 ## wide_cursor - make the cursor as wide as the screen
9 #wide-cursor = yes
11 ## list-format
12 #list-format = "%name%|[%artist% - ]%title%|%file%"
14 ## status-format
15 #status-format = "[%artist% - ]%title%|%basename%"
18 ##
19 ## Color configuration
20 ##
21 ## colors: black,red,green,yellow,blue,magenta,cyan,white 
22 ##
24 ## enable/disable colors
25 #enable-colors = no
27 ## background colors: black,red,green,yellow,blue,magenta,cyan,white, none 
28 #color background = black
30 ## text colors: black, red, green, yellow, blue, magenta, cyan, white,
31 ##              brightblack, brightred, brightgreen, brightyellow, brightblue,
32 ##              brightmagenta, brightcyan, brightwhite
35 #color title = yellow
36 #color title-bold = brightyellow
37 #color line = white
38 #color line-flags = brightwhite
39 #color list = green
40 #color list-bold = brightgreen
41 #color progressbar = white
42 #color status-state = brightyellow
43 #color status-song  = yellow
44 #color status-time  = red
45 #color alert = brightred