Cpone

ncmpcpp

Oct 2nd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. ncmpcpp_directory = ~/.config/ncmpcpp
  2.  
  3. mpd_music_dir = ~/Music
  4.  
  5. visualizer_fifo_path = /tmp/mpd.fifo
  6. visualizer_output_name = Visualizer feed
  7. visualizer_in_stereo = yes
  8. visualizer_type = spectrum
  9.  
  10. song_list_format = {%a - }{%t}|{$8%f$9}$R{$3(%l)$9}
  11. song_status_format = {{%a{ "%b"{ (%y)}} - }{%t}}|{%f}
  12. song_library_format = {%n - }{%t}|{%f}
  13.  
  14. alternative_header_first_line_format = $b$1$aqqu$/a$3 {%t}|{%f} $1$atqq$/a$9$/b
  15.  
  16. now_playing_suffix = $/b
  17.  
  18. song_columns_list_format = (20)[red]{a} (6f)[green]{NE} (50)[blue]{t|f:Title} (20)[yellow]{b} (7f)[magenta]{l}
  19.  
  20. browser_display_mode = columns
  21. search_engine_display_mode = columns
  22. playlist_editor_display_mode = columns
  23. incremental_seeking = yes
  24. autocenter_mode = yes
  25. centered_cursor = yes
  26.  
  27. progressbar_look = "◾◾◽"
  28. progressbar_boldness = yes
  29.  
  30. user_interface = alternative
  31.  
  32. header_visibility = yes
  33. statusbar_visibility = yes
  34. titles_visibility = yes
  35. header_text_scrolling = yes
  36.  
  37. startup_screen = playlist
  38.  
  39. display_volume_level = yes
  40. display_bitrate = yes
  41.  
  42. mouse_support = yes
  43. mouse_list_scroll_whole_page = no
  44.  
  45. search_engine_default_search_mode = 2
  46. external_editor = nano
  47. use_console_editor = yes
  48.  
  49. colors_enabled = yes
  50. header_window_color = white
  51. volume_color = green
  52. state_line_color = red
  53. main_window_color = magenta
  54. color1 = green
  55. color2 = red
  56. main_window_highlight_color = green
  57. progressbar_color = black
  58. progressbar_elapsed_color = green
  59. statusbar_color = green
  60. alternative_ui_separator_color = black
  61. active_column_color = red
  62. window_border_color = magenta
  63. active_window_border = green
Advertisement
Add Comment
Please, Sign In to add comment