Advertisement
okubax

ncmpcpp

May 19th, 2013
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. % egrep -v '^#' .ncmpcpp/config
  2. # mpd
  3. mpd_music_dir = "~/music"
  4. visualizer_in_stereo = "yes
  5. visualizer_fifo_path = "/tmp/mpd.fifo"
  6. visualizer_output_name = "my_fifo"
  7. visualizer_sync_interval = "1"
  8. visualizer_type = "spectrum"
  9. visualizer_look = "◆▋"
  10. # message_delay_time = "3"
  11.  
  12. # Playlist
  13. song_columns_list_format = "(6f)[blue]{l} (25)[red]{a} (40)[green]{t|f} (30)[yellow]{b}"
  14. now_playing_prefix = "$b$5»$7»$1» "
  15. now_playing_suffix = "$/b"
  16. playlist_display_mode = "columns" (classic/columns)
  17. autocenter_mode = "yes"
  18. centered_cursor = "yes"
  19.  
  20. # Bars
  21. song_status_format = "$2%a $1• $3%t $1• $4%b {(Disc %d) }$1• $5%y$1"
  22. progressbar_look = "─╼·"
  23. titles_visibility = "no"
  24.  
  25. # Browser
  26. browser_playlist_prefix = "$2plist »$9 "
  27. browser_display_mode = "columns" (classic/columns)
  28.  
  29. # Colors
  30. discard_colors_if_item_is_selected = "yes"
  31. header_window_color = "black"
  32. volume_color = "cyan"
  33. state_line_color = "black"
  34. state_flags_color = "yellow"
  35. main_window_color = "white"
  36. color1 = "default"
  37. color2 = "green"
  38. main_window_highlight_color = "red"
  39. progressbar_color = "yellow"
  40. statusbar_color = "cyan"
  41. active_column_color = "red"
  42. visualizer_color = "yellow"
  43.  
  44. # Others
  45. song_window_title_format = "MPD: {%a > }{%t}{ [%b{ Disc %d}]}|{%f}"
  46. search_engine_display_mode = "columns" (classic/columns)
  47. follow_now_playing_lyrics = "yes"
  48. display_screens_numbers_on_start = "no"
  49. ##### colors definitions #####
  50. #
  51. # colors_enabled = "yes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement