Advertisement
hu6

ncmpcpp config

hu6
Nov 27th, 2012
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. ####################################################
  2. ## Created by John
  3. ## Largely Inspired By dipilibupap crshd, vicophine, and Him .
  4. ####################################################
  5. # ---
  6. # MPD
  7. # ---
  8. mpd_host = "127.0.0.1"
  9. mpd_port = "6600"
  10. mpd_music_dir = "~/Music/"
  11. mpd_connection_timeout = "5"
  12. mpd_crossfade_time = "0"
  13.  
  14. # ------
  15. # Delays
  16. # ------
  17. playlist_disable_highlight_delay = "2"
  18. message_delay_time = "1"
  19.  
  20. # Playlist
  21. song_list_format = "$7[$4%n$7]$9 $7[$9$3%l$7]$9 $1|$9 $7%a$9 $1|$9 $2%t$9 $R $5%b$9"
  22. song_columns_list_format = "(13)[green]{l} (35)[red]{t|f} (30)[blue]{a} (25)[cyan]{b} "
  23. now_playing_prefix = "$b$5»$9»$2»$1» "
  24. #now_playing_prefix = "$b$5»$7»$1» "
  25. #now_playing_suffix = "$/b"
  26. playlist_display_mode = "columns" (classic/columns)
  27. autocenter_mode = "yes"
  28. centered_cursor = "yes"
  29. fancy_scrolling = "yes"
  30. cyclic_scrolling = "yes"
  31. display_bitrate = "yes"
  32.  
  33. # Clock
  34. clock_display_seconds = "yes"
  35.  
  36. # Bars
  37. song_status_format = "$2%a $8• $3%t $8• $4%b {(Disc %d) }$8• $5%y$8"
  38. #progressbar_look = "─╼·"
  39. progressbar_look = "─▰ "
  40.  
  41. titles_visibility = "no"
  42. header_visibility = "no"
  43. statusbar_visibility = "yes"
  44.  
  45. # Browser
  46. browser_playlist_prefix = "$2plist »$9 "
  47. browser_display_mode = "columns" (classic/columns)
  48.  
  49. # Colors
  50. discard_colors_if_item_is_selected = "yes"
  51. header_window_color = "black"
  52. volume_color = "cyan"
  53. state_line_color = "black"
  54. state_flags_color = "blue"
  55. main_window_color = "white"
  56. color1 = "default"
  57. color2 = "green"
  58. main_window_highlight_color = "red"
  59. progressbar_color = "#2C2B2A"
  60. statusbar_color = "#1b1b1b"
  61. active_column_color = "red"
  62.  
  63.  
  64. alternative_ui_separator_color = "white"
  65. active_window_border = "black"
  66.  
  67. alternative_header_first_line_format = "$b$1$aqqu$/a$2 {%t}|{%f} $1$atqq$/a$5$/b$8"
  68.  
  69.  
  70. alternative_header_second_line_format = "{{$6$b%a$/b$9}{ - $7%b$9}{ $5($4%y$9)}}|{%D}"
  71.  
  72. # Others
  73. song_window_title_format = "MPD: {%a > }{%t}{ [%b{ Disc %d}]}|{%f}"
  74. search_engine_display_mode = "columns" (classic/columns)
  75. follow_now_playing_lyrics = "yes"
  76. display_screens_numbers_on_start = "no"
  77.  
  78. # ----------
  79. # Visualizer
  80. # ----------
  81. visualizer_fifo_path = "/tmp/mpd.fifo"
  82. visualizer_output_name = "visual"
  83. visualizer_sync_interval = "30"
  84. visualizer_type = "spectrum" (spectrum/wave)
  85. visualizer_color = "blue"
  86. visualizer_look = "●▋"
  87.  
  88. colors_enabled = "yes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement