Advertisement
SageTheWizard

Ncmpcpp config

Jul 31st, 2013
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. mpd_music_dir = "/home/jacob/music"
  2. mpd_crossfade_time = "5"
  3.  
  4. # Visualizer
  5. visualizer_fifo_path = "/tmp/mpd.fifo"
  6. visualizer_output_name = "my_fifo"
  7. visualizer_type = "wave" (spectrum/wave)
  8. #visualizer_type = "spectrum" (spectrum/wave)
  9.  
  10.  
  11. # Playlist
  12. song_columns_list_format = "(6f)[cyan]{l} (40)[default]{t|f} (25)[red]{a} (30)[blue]{b}"
  13. now_playing_prefix = "$b"
  14. now_playing_suffix = "$/b"
  15. playlist_display_mode = "columns" (classic/columns)
  16. autocenter_mode = "yes"
  17. centered_cursor = "yes"
  18.  
  19. # Bars
  20. song_status_format = "$8%t $1• $2%a $1•{ $5%b $1• }$7%y$1"
  21. progressbar_look = "─╼╌"
  22. titles_visibility = "no"
  23. header_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 = "green"
  34. state_flags_color = "red"
  35. main_window_color = "default"
  36. color1 = "default"
  37. color2 = "black"
  38. main_window_highlight_color = "white"
  39. progressbar_color = "red"
  40. statusbar_color = "black"
  41. active_column_color = "red"
  42. visualizer_color = "cyan"
  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"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement