Advertisement
mrkutux

config

Dec 31st, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. % egrep -v '^#' .ncmpcpp/config
  2.  
  3. mpd_music_dir = "/home/helmy/Music"
  4.  
  5. visualizer_in_stereo = "yes"
  6.  
  7. visualizer_fifo_path = "/tmp/mpd.fifo"
  8.  
  9. visualizer_output_name = "my_fifo"
  10.  
  11. visualizer_sync_interval = "30"
  12.  
  13. visualizer_type = "spectrum"
  14.  
  15. visualizer_look = "◆▋"
  16.  
  17. message_delay_time = "3"
  18.  
  19. playlist_shorten_total_times = "yes"
  20.  
  21. playlist_display_mode = "columns"
  22.  
  23. browser_display_mode = "columns"
  24.  
  25. search_engine_display_mode = "columns"
  26.  
  27. playlist_editor_display_mode = "columns"
  28.  
  29. autocenter_mode = "yes"
  30.  
  31. centered_cursor = "yes"
  32.  
  33. user_interface = "alternative"
  34.  
  35. follow_now_playing_lyrics = "yes"
  36.  
  37. locked_screen_width_part = "60"
  38.  
  39. display_bitrate = "yes"
  40.  
  41. external_editor = "nano"
  42.  
  43. use_console_editor = "yes"
  44.  
  45. header_window_color = "cyan"
  46.  
  47. volume_color = "red"
  48.  
  49. state_line_color = "yellow"
  50.  
  51. state_flags_color = "red"
  52.  
  53. progressbar_color = "yellow"
  54.  
  55. statusbar_color = "cyan"
  56.  
  57. visualizer_color = "red"
  58.  
  59. mpd_host = "127.0.0.1"
  60.  
  61. mpd_port = "6601"
  62.  
  63. mouse_list_scroll_whole_page = "yes"
  64.  
  65. lines_scrolled = "1"
  66.  
  67. enable_window_title = "yes"
  68.  
  69. song_columns_list_format = "(25)[cyan]{a} (40)[]{f} (30)[red]{b} (7f)[green]{l}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement