Code

Removed keys.sample
[ncmpc.git] / doc / config.sample
index d97f69937ea19ad32d3280bff4df9218ed4fcef5..2f8ba1ceca81df15bf305af85f9a71eaa80a9acd 100644 (file)
@@ -3,10 +3,29 @@
 ## 
 
 ## auto center (center the playing track in the playlist)
-#auto_center = no
+#auto-center = no
 
 ## wide_cursor - make the cursor as wide as the screen
-#wide_cursor = no
+#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
+
 
 ##
 ## Color configuration
 ##
 
 ## enable/disable colors
-#enable_colors = no
-
-## background color
-#background_color = black
-
-## text colors
-#title_color    = white
-#line_color     = green
-#list_color     = yellow
-#progress_color = green
-#status_color   = white
-#alert_color    = yellow
-
+#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