Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. % egrep -v '^#' .ncmpcpp/config
  2. mpd_music_dir = "~/mus"
  3. visualizer_in_stereo = "yes
  4. visualizer_fifo_path = "/tmp/mpd.fifo"
  5. visualizer_output_name = "FIFO"
  6. visualizer_sync_interval = "30"
  7. visualizer_type = "spectrum"
  8. visualizer_look = "◆▋"
  9. message_delay_time = "3"
  10. playlist_shorten_total_times = "yes"
  11. playlist_display_mode = "columns"
  12. browser_display_mode = "columns"
  13. search_engine_display_mode = "columns"
  14. playlist_editor_display_mode = "columns"
  15. autocenter_mode = "yes"
  16. centered_cursor = "yes"
  17. user_interface = "alternative"
  18. follow_now_playing_lyrics = "yes"
  19. locked_screen_width_part = "60"
  20. display_bitrate = "yes"
  21. allow_physical_files_deletion = "yes"
  22. allow_physical_directories_deletion = "yes"
  23. external_editor = "vim"
  24. use_console_editor = "yes"
  25. header_window_color = "cyan"
  26. volume_color = "red"
  27. state_line_color = "yellow"
  28. state_flags_color = "red"
  29. progressbar_color = "yellow"
  30. statusbar_color = "cyan"
  31. visualizer_color = "red"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement