Code

Documentation update for 0.11.0
[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 ## wrapped cursor movement
12 #wrap-around = no
14 ## wrapped find mode
15 #find-wrap = yes
17 ## list-format
18 #list-format = "%name%|[%artist% - ]%title%|%file%"
20 ## status-format
21 #status-format = "[%artist% - ]%title%|%shortfile%"
23 ## sound audible bell on alerts
24 #audible-bell = yes
26 ## enable visible bell on alerts
27 #visible-bell = no
29 ## change the xterm title 
30 #set-xterm-title = no
32 ## xterm title format
33 #xterm-title-format = "ncmpc: [ %name%|[%artist% - ]%title%|%file%]"
35 ##
36 ## Color configuration
37 ##
38 ## colors: black,red,green,yellow,blue,magenta,cyan,white 
39 ##
41 ## enable/disable colors
42 #enable-colors = no
44 ## background colors: black,red,green,yellow,blue,magenta,cyan,white, none 
45 #color background = black
47 ## text colors: black, red, green, yellow, blue, magenta, cyan, white,
48 ##              brightblack, brightred, brightgreen, brightyellow, brightblue,
49 ##              brightmagenta, brightcyan, brightwhite
52 #color title = yellow
53 #color title-bold = brightyellow
54 #color line = white
55 #color line-flags = brightwhite
56 #color list = green
57 #color list-bold = brightgreen
58 #color progressbar = white
59 #color status-state = brightyellow
60 #color status-song  = yellow
61 #color status-time  = red
62 #color alert = brightred