Advertisement
okubax

ncmpcpp

Aug 4th, 2013
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. /* ncmpcpp config */
  2.  
  3. /* MPD Settings */
  4. mpd_music_dir = "~/music"
  5. mpd_crossfade_time = "3"
  6. mpd_connection_timeout = "5"
  7.  
  8. /* Misc */
  9. titles_visibility = "no"
  10. playlist_disable_highlight_delay = "0"
  11. playlist_display_mode = "columns"
  12. browser_display_mode = "columns"
  13. incremental_seeking = "yes"
  14. autocenter_mode = "yes"
  15. header_visibility = "yes"
  16. statusbar_visibility = "yes"
  17. fancy_scrolling = "yes"
  18. follow_now_playing_lyrics = "yes"
  19. display_screens_numbers_on_start = "no"
  20. ignore_leading_the = "yes"
  21. lyrics_database = "1"
  22.  
  23. /* Colors */
  24. song_columns_list_format = "(10)[blue]{l} (30)[green]{a} (30)[magenta]{b} (50)[yellow]{t}"
  25. colors_enabled = "yes"
  26. main_window_color = "white"
  27. header_window_color = "cyan"
  28. volume_color = "red"
  29. progressbar_color = "cyan"
  30. statusbar_color = "white"
  31. color1 = "cyan"
  32. color2 = "cyan"
  33. active_column_color = "cyan"
  34. active_window_border = "blue"
  35.  
  36. /* Visualizer */
  37. visualizer_in_stereo = "yes
  38. visualizer_fifo_path = "/tmp/mpd.fifo"
  39. visualizer_output_name = "my_fifo"
  40. visualizer_sync_interval = "1"
  41. visualizer_type = "spectrum"
  42. visualizer_look = "◆▋"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement