Advertisement
Mashudi

ncmpcpp_config_4

Mar 3rd, 2015
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. # NCMPCPP CONFIGURATION
  2. # FOR SETTINGS INFORMATION, SEE /usr/share/doc/ncmpcpp/config
  3.  
  4. # DIRECTORY SETTINGS
  5. mpd_music_dir = "~/Music"
  6. lyrics_directory="~/.ncmpcpp/lyrics"
  7.  
  8. # VISUALIZER
  9. visualizer_fifo_path = "/tmp/mpd.fifo"
  10. visualizer_output_name = "jancog"
  11. visualizer_sync_interval = "30"
  12. visualizer_in_stereo = "no"
  13. #visualizer_type = "spectrum"
  14. visualizer_type = "ellipse"
  15. #visualizer_type = "wave filled"
  16. #visualizer_type = "wave"
  17. visualizer_look = "●▍"
  18. #visualizer_look = "x␌"
  19. #visualizer_look = "─┃"
  20.  
  21. # BEHAVIOUR
  22. mpd_crossfade_time ="3"
  23. #mpd_disable_highlight_delay="1"
  24. autocenter_mode = "yes"
  25. centered_cursor = "yes"
  26. #display_screens_numbers_on_start="no"
  27. mouse_support = "no"
  28. #ask_before_clearing_main_playlist = "yes"
  29.  
  30. # USER INTERFACE
  31. progressbar_look = "◾◾◽"
  32. #progressbar_look = "─╼ "
  33. titles_visibility = "no"
  34. #header_visibility = "no"
  35. discard_colors_if_item_is_selected = "no"
  36. clock_display_seconds="no"
  37. #display_bitrace="no"
  38. empty_tag_marker="--"
  39. playlist+shorten_total_times="yes"
  40. locked_screen_width_part = "60"
  41. search_engine_display_mode = "columns"
  42.  
  43. # USER INTERFACE - PLAYLIST
  44. browser_playlist_prefix="$2plist »$9"
  45. song_window_title_format = "MPD: {%a > }{%t}{ [%b{ Disc %d}]}|{%f}"
  46. #song_list_format = "{$5%a $2•$0 $0%t}|{$5%a $0%f}$R$5[$9%l$5]$0"
  47. song_list_format = "{$3[%l]$9} {$5%a$9} {$6%t$9} %y %n {$5%b$9}"
  48. #song_list_format = "$5[$9%n$5]$9 %t$R%a $5-$9 %b $5[$9%y$5]$9"
  49. song_status_format = "$2%a $7- $3%t $7- $4%b {(Disc %d) }$7($5%y$7)"
  50. selected_item_prefix=">>"
  51. selected_item_suffix=">>"
  52. now_playing_prefix = "$b$1»$7»$8» "
  53. now_playing_suffix = "$/b"
  54. playlist_display_mode = "columns"
  55.  
  56. # COLOR
  57. colors_enabled = "yes"
  58. color1 = "yellow"
  59. color2 = "white"
  60. header_window_color = "red"
  61. main_window_color = "white"
  62. #main_window_highlight_color = "red"
  63. statusbar_color = "green"
  64. progressbar_color = "magenta"
  65. empty_tag_color = "blue"
  66. state_line_color = "black"
  67. state_flags_color = "red"
  68. active_column_color = "green"
  69. main_window_highlight_color = "red"
  70. alternative_ui_separator_color = "white"
  71. #visualizer_color = "green"
  72. visualizer_color = "white,cyan,blue,green,yellow,red"
  73. #visualizer_color = 2,10,2,10,2,10,2,10,2,10,2,10,2
  74. #visualizer_color = "red,yellow,green,cyan,blue,red,yellow,green,cyan,blue,red,yellow,green,cyan,blue,red"
  75.  
  76. ###### Alternative ##########
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement