Advertisement
elhackerlibre

ncmpcpp/config

Jul 27th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. ## Configuración base
  2. ncmpcpp_directory = "~/.ncmpcpp"
  3. mpd_music_dir = "/home/virus69/Música"
  4. mpd_host = "localhost"
  5. mpd_port = "6600"
  6. mpd_connection_timeout = 5
  7.  
  8. ## Visualiador
  9. visualizer_output_name = "FIFO"
  10. visualizer_fifo_path = "/tmp/mpd.fifo"
  11. visualizer_in_stereo = "no"
  12. visualizer_sync_interval = "10"
  13. visualizer_type = "spectrum"
  14. visualizer_look = "▋▋"
  15. visualizer_color = "red,yellow,red,yellow"
  16. execute_on_song_change = "~/.ncmpcpp/albumart.sh"
  17.  
  18. ## Interface
  19. user_interface = "alternative"
  20. playlist_display_mode = "classic"
  21. browser_display_mode = "columns"
  22. search_engine_display_mode = "columns"
  23. playlist_editor_display_mode = "columns"
  24. message_delay_time = "3"
  25. locked_screen_width_part = "60"
  26. autocenter_mode = "yes"
  27. centered_cursor = "yes"
  28. mouse_support = "yes"
  29. display_bitrate = "no"
  30. header_visibility = "no"
  31. playlist_shorten_total_times = "no"
  32. statusbar_visibility = "no"
  33. progressbar_look = "─╼"
  34. #progressbar_look = "▃▃▃"
  35. #progressbar_look = "◾◾◽"
  36. #progressbar_look = "─⊙ "
  37.  
  38. alternative_header_first_line_format = "$(white)─┤ $b$(red)%a$(end)$/b ├─$(end)"
  39. song_list_format = " {{$2%a - $4%t}|{%f}}{$2$R%l}"
  40.  
  41. ## Colors
  42. main_window_color = "red"
  43. header_window_color = "yellow"
  44. progressbar_elapsed_color = "yellow"
  45. volume_color = "yellow"
  46. progressbar_color = "red"
  47. alternative_ui_separator_color = "red"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement