Advertisement
Guest User

Untitled

a guest
Mar 19th, 2015
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. #
  2. # ncmpcpp config
  3. #
  4.  
  5. mpd_music_dir = "~/Music"
  6. mpd_port = "6600"
  7. mpd_host = "localhost"
  8. # Visualizer
  9. visualizer_fifo_path = "/tmp/mpd.fifo"
  10. visualizer_output_name = "my_fifo"
  11. visualizer_in_stereo = "yes"
  12. visualizer_sync_interval = "1"
  13. visualizer_look = "+|"
  14. visualizer_type = "spectrum" (spectrum/wave)
  15.  
  16. # Playlist
  17. song_columns_list_format = "(3f)[black]{n} (40)[default]{t|f} (25)[red]{a} (30)[blue]{b} (5f)[black]{l}"
  18. #"$L(9)[black]{l} (20)[red]{a} (30)[blue]{b} $L(20)[default]{t}"
  19. now_playing_prefix = "$b"
  20. now_playing_suffix = "$/b"
  21. playlist_display_mode = "columns" (classic/columns)
  22. autocenter_mode = "yes"
  23. centered_cursor = "no"
  24. cyclic_scrolling = "no"
  25. mouse_list_scroll_whole_page = "no"
  26. #song_list_format = "{$8$9}{[%l] >> }{%t }$R{%a - %b}"
  27. song_list_format = "$1$9%l$1$9 $1¦$9 $2%a$9 $1¦$9 $5%b$9 $R$1$9%t$1$9 $1¦$9 $1%n$9"
  28. # $0$8$8%l$0$8 $1¦$7 $7%a$7 $1¦$7 $6%t$1 $R $1%b$1"
  29. song_library_format = "{%n > }{%t}|{%f}"
  30.  
  31. # Bars
  32. song_status_format = "{%a - }{%t - }{%b}"
  33. #"$8%t $1• $2%a $1•{ $5%b $1• }$7%y$1"
  34. #progressbar_look = "||]"
  35. #progressbar_look = "-? "
  36. #"-??"
  37. titles_visibility = "no"
  38. header_visibility = "no"
  39. statusbar_visibility = "no"
  40. #now_playing_prefix = "?"
  41.  
  42. # Browser
  43. browser_playlist_prefix = "$2plist »$9 "
  44. browser_display_mode = "columns" (classic/columns)
  45.  
  46. # Colors
  47. discard_colors_if_item_is_selected = "yes"
  48. header_window_color = "black"
  49. volume_color = "cyan"
  50. state_line_color = "black"
  51. state_flags_color = "green"
  52. main_window_color = "default"
  53. color1 = "default"
  54. color2 = "green"
  55. main_window_highlight_color = "white"
  56. progressbar_color = "black"
  57. statusbar_color = "black"
  58. active_column_color = "blue"
  59. visualizer_color = "cyan"
  60.  
  61. # Others
  62. song_window_title_format = "MPD: {%a > }{%t}{ [%b{ Disc %d}]}|{%f}"
  63. search_engine_display_mode = "columns" (classic/columns)
  64. follow_now_playing_lyrics = "yes"
  65. #display_screens_numbers_on_start = "no"
  66. # vim: set ts=2 sw=2 tw=0 :
  67. #progressbar_look = "─ "
  68. progressbar_look = "___"
  69. user_interface = "alternative"
  70. fetch_lyrics_for_current_song_in_background = "yes"
  71. display_bitrate = "yes"
  72. ignore_leading_the = "yes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement