aboutsummaryrefslogtreecommitdiffstats
path: root/doc/config.sample
blob: ecbc8cc41b2d415a01c7ab330e43b4cf338086f4 (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
##
## 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

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

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


##
## 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