Code

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