Advertisement
Guest User

ncmpcpp

a guest
Jan 26th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. ## System
  2. mpd_host = localhost
  3. mpd_music_dir = "~/music"
  4. mpd_port = 6600
  5. mpd_crossfade_time = "0"
  6. ncmpcpp_directory = "~/.ncmpcpp"
  7. lyrics_directory = "~/.ncmpcpp/lyrics"
  8.  
  9. color1 = "white"
  10. color2 = "white"
  11. main_window_color = "white"
  12. main_window_highlight_color = "blue"
  13. empty_tag_color = "white"
  14. state_line_color = "white"
  15. progressbar_color = "white"
  16. active_column_color = "green"
  17. state_flags_color = "white"
  18. volume_color = "magenta"
  19. active_window_border = "black"
  20.  
  21.  
  22. visualizer_fifo_path = "/tmp/mpd.fifo"
  23. visualizer_output_name = "my_fifo"
  24. visualizer_sync_interval = "30"
  25. visualizer_in_stereo = "yes"
  26. #visualizer_type = "wave" (spectrum/wave)
  27. visualizer_type = "spectrum" (spectrum/wave)
  28. playlist_display_mode = "columns"
  29. song_columns_list_format = "(25)[white]{a} (73)[green]{t|f} (5)[white]{l}"
  30. song_status_format = "$3%t$3 $3by %a$8"
  31. display_bitrate = "yes"
  32. display_remaining_time = "yes"
  33. now_playing_prefix = "$b"
  34. now_playing_suffix = "$/b"
  35. statusbar_visibility = "yes"
  36. header_visibility = "no"
  37. titles_visibility = "no"
  38. jump_to_now_playing_song_at_start = "yes"
  39. progressbar_look = "●●"
  40. playlist_disable_highlight_delay = "1"
  41. autocenter_mode = "yes"
  42. centered_cursor = "yes"
  43. cyclic_scrolling = "yes"
  44. mouse_support = "yes"
  45. mouse_list_scroll_whole_page = "no"
  46. lines_scrolled = "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement