aboutsummaryrefslogtreecommitdiffstats
path: root/doc/config.sample
blob: 8dd3176fe8eb89d84aaf3aa3090a69d3af3aa3bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
##
## Configuration file for ncmpc (~/.ncmpc/config)
## 

## auto center (center the playing track in the playlist)
#auto-center = no

## wide_cursor - make the cursor as wide as the screen
#wide-cursor = yes

## wrapped cursor movement
#wrap-around = no

## wrapped find mode
#find-wrap = yes

## list-format
#list-format = "%name%|[%artist% - ]%title%|%file%"

## status-format
#status-format = "[%artist% - ]%title%|%shortfile%"

## sound audible bell on alerts
#audible-bell = yes

## enable visible bell on alerts
#visible-bell = no

## hide playlist cursor after x seconds (0 disables this feature)
#hide-cursor = 5

## change the xterm title 
#set-xterm-title = no

## xterm title format
#xterm-title-format = "ncmpc: [ %name%|[%artist% - ]%title%|%file%]"

## enable mouse events 
#enable-mouse = no

## mpd crossfade time 
##crossfade-time = 10

##
## Color configuration
##
## colors: black,red,green,yellow,blue,magenta,cyan,white 
##

## enable/disable colors
#enable-colors = no

## background colors: black,red,green,yellow,blue,magenta,cyan,white, none 
#color background = black

## text colors: black, red, green, yellow, blue, magenta, cyan, white,
##              brightblack, brightred, brightgreen, brightyellow, brightblue,
##              brightmagenta, brightcyan, brightwhite


#color title = yellow
#color title-bold = brightyellow
#color line = white
#color line-flags = brightwhite
#color list = green
#color list-bold = brightgreen
#color progressbar = white
#color status-state = brightyellow
#color status-song  = yellow
#color status-time  = red
#color alert = brightred