Code

f3bcab541af3bd872a56735145d5af32f6ef89a5
[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 ## hide playlist cursor after x seconds (0 disables this feature)
30 #hide-cursor = 5
32 ## change the xterm title 
33 #set-xterm-title = no
35 ## xterm title format
36 #xterm-title-format = "ncmpc: [ %name%|[%artist% - ]%title%|%file%]"
38 ## enable mouse events 
39 #enable-mouse = no
41 ## seek time (default 1s)
42 #seek-time = 3
44 ## mpd crossfade time 
45 ##crossfade-time = 10
47 ##
48 ## Color configuration
49 ##
50 ## colors: black,red,green,yellow,blue,magenta,cyan,white 
51 ##
53 ## enable/disable colors
54 #enable-colors = no
56 ## background colors: black,red,green,yellow,blue,magenta,cyan,white, none 
57 #color background = black
59 ## text colors: black, red, green, yellow, blue, magenta, cyan, white,
60 ##              brightblack, brightred, brightgreen, brightyellow, brightblue,
61 ##              brightmagenta, brightcyan, brightwhite
64 #color title = yellow
65 #color title-bold = brightyellow
66 #color line = white
67 #color line-flags = brightwhite
68 #color list = green
69 #color list-bold = brightgreen
70 #color progressbar = white
71 #color status-state = brightyellow
72 #color status-song  = yellow
73 #color status-time  = red
74 #color alert = brightred