Code

f15cbd95f421e1b98016485e5e76e557023cc329
[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 ## ring bell when find wraps around
23 #bell-on-wrap = no
25 ## show last pattern when using find
26 #find-show-last = no
28 ## list-format
29 #list-format = "%name%|[%artist% - ]%title%|%file%"
31 ## status-format
32 #status-format = "[%artist% - ]%title%|%shortfile%"
34 ## sound audible bell on alerts
35 #audible-bell = yes
37 ## enable visible bell on alerts
38 #visible-bell = no
40 ## hide playlist cursor after x seconds (0 disables this feature)
41 #hide-cursor = 5
43 ## change the xterm title 
44 #set-xterm-title = no
46 ## xterm title format
47 #xterm-title-format = "ncmpc: [ %name%|[%artist% - ]%title%|%file%]"
49 ## enable mouse events 
50 #enable-mouse = no
52 ## seek time (default 1s)
53 #seek-time = 3
55 ## mpd crossfade time 
56 ##crossfade-time = 10
58 ## scroll long titles
59 #scroll = yes
61 ## separator to use when scrolling
62 #scroll-sep = " *** "
64 ##
65 ## Color configuration
66 ##
67 ## colors: black,red,green,yellow,blue,magenta,cyan,white 
68 ##
70 ## enable/disable colors
71 #enable-colors = no
73 ## background colors: black,red,green,yellow,blue,magenta,cyan,white, none 
74 #color background = black
76 ## text colors: black, red, green, yellow, blue, magenta, cyan, white,
77 ##              brightblack, brightred, brightgreen, brightyellow, brightblue,
78 ##              brightmagenta, brightcyan, brightwhite
81 #color title = yellow
82 #color title-bold = brightyellow
83 #color line = white
84 #color line-flags = brightwhite
85 #color list = green
86 #color list-bold = brightgreen
87 #color progressbar = white
88 #color status-state = brightyellow
89 #color status-song  = yellow
90 #color status-time  = red
91 #color alert = brightred