Code

Added a "hide cursor" feature #0000417
[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 ## mpd crossfade time 
42 ##crossfade-time = 10
44 ##
45 ## Color configuration
46 ##
47 ## colors: black,red,green,yellow,blue,magenta,cyan,white 
48 ##
50 ## enable/disable colors
51 #enable-colors = no
53 ## background colors: black,red,green,yellow,blue,magenta,cyan,white, none 
54 #color background = black
56 ## text colors: black, red, green, yellow, blue, magenta, cyan, white,
57 ##              brightblack, brightred, brightgreen, brightyellow, brightblue,
58 ##              brightmagenta, brightcyan, brightwhite
61 #color title = yellow
62 #color title-bold = brightyellow
63 #color line = white
64 #color line-flags = brightwhite
65 #color list = green
66 #color list-bold = brightgreen
67 #color progressbar = white
68 #color status-state = brightyellow
69 #color status-song  = yellow
70 #color status-time  = red
71 #color alert = brightred