Advertisement
Mashudi

ncmpcpp_config_2

Mar 1st, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 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 = "yes"
  13. visualizer_type = "spectrume"
  14. #visualizer_type = "wave"
  15. visualizer_look = "●▍"
  16.  
  17. # BEHAVIOUR
  18. mpd_crossfade_time ="3"
  19. mpd_disable_highlight_delay="1"
  20. autocenter_mode = "yes"
  21. centered_cursor = "yes"
  22. display_screens_numbers_on_start="no"
  23. mouse_support = "no"
  24. ask_before_clearing_main_playlist = "yes"
  25.  
  26. # USER INTERFACE
  27. progressbar_look = "◾◾◽"
  28. #progressbar_look = "─╼ "
  29. titles_visibility = "no"
  30. #header_visibility = "no"
  31. discard_colors_if_item_is_selected = "no"
  32. clock_display_seconds="no"
  33. display_bitrace="no"
  34. empty_tag_marker="--"
  35. playlist+shorten_total_times="yes"
  36. locked_screen_width_part = "60"
  37. search_engine_display_mode = "columns"
  38.  
  39. # USER INTERFACE - PLAYLIST
  40. browser_playlist_prefix="$2plist »$9"
  41. song_window_title_format = "MPD: {%a > }{%t}{ [%b{ Disc %d}]}|{%f}"
  42. #song_list_format = "{$5%a $2•$0 $0%t}|{$5%a $0%f}$R$5[$9%l$5]$0"
  43. song_list_format = "{$3[%l]$9} {$5%a$9} {$6%t$9} %y %n {$5%b$9}"
  44. #song_list_format = "$5[$9%n$5]$9 %t$R%a $5-$9 %b $5[$9%y$5]$9"
  45. song_status_format = "$2%a $7- $3%t $7- $4%b {(Disc %d) }$7($5%y$7)"
  46. selected_item_prefix=">>"
  47. selected_item_suffix=">>"
  48. now_playing_prefix = "$b$1»$7»$8» "
  49. now_playing_suffix = "$/b"
  50. playlist_display_mode = "columns"
  51.  
  52. # COLOR
  53. colors_enabled = "yes"
  54. color1 = "yellow"
  55. color2 = "white"
  56. header_window_color = "red"
  57. main_window_color = "white"
  58. main_window_highlight_color = "red"
  59. statusbar_color = "green"
  60. progressbar_color = "magenta"
  61. empty_tag_color = "blue"
  62. state_line_color = "black"
  63. state_flags_color = "red"
  64. active_column_color = "green"
  65. main_window_highlight_color = "red"
  66. alternative_ui_separator_color = "white"
  67. visualizer_color = "green"
  68. #visualizer_color = 2,10,2,10,2,10,2,10,2,10,2,10,2
  69.  
  70. ###### Alternative ##########
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement