Advertisement
ayygiocasta

config.asc (ncmpcpp)

Aug 8th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.09 KB | None | 0 0
  1. % egrep -v '^#' .ncmpcpp/config
  2. mpd_music_dir = "/home/ayy/mu/"
  3. visualizer_in_stereo = "yes"
  4. visualizer_fifo_path = "/tmp/mpd.fifo"
  5. visualizer_output_name = "my_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. external_editor = "nano"
  22. use_console_editor = "yes"
  23. header_window_color = "cyan"
  24. volume_color = "yellow"
  25. state_line_color = "yellow"
  26. state_flags_color = "red"
  27. progressbar_color = "yellow"
  28. statusbar_color = "cyan"
  29. visualizer_color = "red"
  30. mpd_host = "127.0.0.1"
  31. mpd_port = "6600"
  32. mouse_list_scroll_whole_page = "yes"
  33. lines_scrolled = "1"
  34. enable_window_title = "yes"
  35. song_columns_list_format = "(25)[cyan]{a} (40)[]{f} (30)[red]{b}
  36. (7f)[green]{l}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement