## ## Configuration file for ncmpc (~/.ncmpc/config) ## ## auto center (center the playing track in the playlist) auto_center = yes ## wide_cursor - make the cursor as wide as the screen wide_cursor = yes ## wrapped cursor movement #wrap-around = no ## list-format #list-format = "%name%|[%artist% - ]%title%|%file%" ## status-format #status-format = "[%artist% - ]%title%|%shortfile%" ## sound audible bell on alerts audible-bell = no ## enable visible bell on alerts visible-bell = yes ## change the xterm title set-xterm-title = no ## xterm title format #xterm-title-format = "ncmpc: [ %name%|[%artist% - ]%title%|%file%]" ## ## Color configuration ## ## colors: black,red,green,yellow,blue,magenta,cyan,white ## ## enable/disable colors enable_colors = yes ## background colors: black,red,green,yellow,blue,magenta,cyan,white, none color background = none ## text colors: black, red, green, yellow, blue, magenta, cyan, white, ## brightblack, brightred, brightgreen, brightyellow, brightblue, ## brightmagenta, brightcyan, brightwhite # Redefine colors (softer colors needed for TV-out) colordef red = 600, 200, 200 colordef green = 200, 600, 200 colordef yellow = 700, 600, 200 # white => gray colordef white = 400, 400, 400 # cyan => orange colordef cyan = 600, 400, 200 # colors for a the NewLinux framebuffer theme color title = cyan color title-bold = red color line = white color line-flags = brightblue color list = yellow color list-bold = brightyellow color progressbar = white color status-state = red color status-song = cyan #color status-time = red #color alert = red