Advertisement
Mashudi

ncmpcpp_config_3

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