Advertisement
Mashudi

ncmpcpp_config

Mar 1st, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 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. titles_visibility = "no"
  29. header_visibility = "no"
  30. discard_colors_if_item_is_selected = "no"
  31. clock_display_seconds="no"
  32. display_bitrace="no"
  33. empty_tag_marker="--"
  34. playlist+shorten_total_times="yes"
  35.  
  36. # USER INTERFACE - PLAYLIST
  37. browser_playlist_prefix="$5[LIST] $9"
  38. song_list_format = "{$5%a $2•$0 $0%t}|{$5%a $0%f}$R$5[$9%l$5]$0"
  39. song_status_format = "$5%a$0 $2• $0%t $4"
  40. selected_item_prefix=">>"
  41. selected_item_suffix=">>"
  42. now_playing_prefix = "$b$1»$7»$8» "
  43. now_playing_suffix = "$/b"
  44.  
  45. # COLOR
  46. color1 = "yellow"
  47. color2 = "white"
  48. header_window_color = "red"
  49. main_window_color = "white"
  50. main_window_highlight_color = "red"
  51. statusbar_color = "green"
  52. progressbar_color = "white"
  53. empty_tag_color = "blue"
  54. state_line_color = "black"
  55. state_flags_color = "red"
  56. active_column_color = "green"
  57. main_window_highlight_color = "red"
  58. alternative_ui_separator_color = "white"
  59. visualizer_color = "cyan"
  60. #visualizer_color = 2,10,2,10,2,10,2,10,2,10,2,10,2
  61.  
  62. ###### Alternative ##########
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement