Code

New configuraton option: screen-list
[ncmpc.git] / doc / config.sample
1 ##
2 ## Configuration file for ncmpc (~/.ncmpc/config)
3 ## 
5 ## screen list - used when navigating with next-screen (tab) and 
6 ## previous-screen (shift+tab) 
7 ## names: playlist browse help artist clock
8 #screen-list = playlist artist
10 ## auto center (center the playing track in the playlist)
11 #auto-center = no
13 ## wide_cursor - make the cursor as wide as the screen
14 #wide-cursor = yes
16 ## wrapped cursor movement
17 #wrap-around = no
19 ## wrapped find mode
20 #find-wrap = yes
22 ## list-format
23 #list-format = "%name%|[%artist% - ]%title%|%file%"
25 ## status-format
26 #status-format = "[%artist% - ]%title%|%shortfile%"
28 ## sound audible bell on alerts
29 #audible-bell = yes
31 ## enable visible bell on alerts
32 #visible-bell = no
34 ## hide playlist cursor after x seconds (0 disables this feature)
35 #hide-cursor = 5
37 ## change the xterm title 
38 #set-xterm-title = no
40 ## xterm title format
41 #xterm-title-format = "ncmpc: [ %name%|[%artist% - ]%title%|%file%]"
43 ## enable mouse events 
44 #enable-mouse = no
46 ## seek time (default 1s)
47 #seek-time = 3
49 ## mpd crossfade time 
50 ##crossfade-time = 10
52 ##
53 ## Color configuration
54 ##
55 ## colors: black,red,green,yellow,blue,magenta,cyan,white 
56 ##
58 ## enable/disable colors
59 #enable-colors = no
61 ## background colors: black,red,green,yellow,blue,magenta,cyan,white, none 
62 #color background = black
64 ## text colors: black, red, green, yellow, blue, magenta, cyan, white,
65 ##              brightblack, brightred, brightgreen, brightyellow, brightblue,
66 ##              brightmagenta, brightcyan, brightwhite
69 #color title = yellow
70 #color title-bold = brightyellow
71 #color line = white
72 #color line-flags = brightwhite
73 #color list = green
74 #color list-bold = brightgreen
75 #color progressbar = white
76 #color status-state = brightyellow
77 #color status-song  = yellow
78 #color status-time  = red
79 #color alert = brightred