Advertisement
mrneilypops

ncmpcpp-config-27-01-18

Jan 27th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. % egrep -v '^#' .ncmpcpp/config
  2. mpd_music_dir = "/home/mrneilypops/music"
  3.  
  4. visualizer_in_stereo = "yes"
  5. visualizer_fifo_path = "/tmp/mpd.fifo"
  6. visualizer_output_name = "my_fifo"
  7. visualizer_sync_interval = "30"
  8. visualizer_type = "spectrum"
  9.  
  10. #visualizer_look = "??"
  11. visualizer_look = "??"
  12.  
  13. message_delay_time = "3"
  14. playlist_shorten_total_times = "yes"
  15. playlist_display_mode = "classic"
  16. browser_display_mode = "columns"
  17. search_engine_display_mode = "columns"
  18. playlist_editor_display_mode = "columns"
  19. autocenter_mode = "yes"
  20. centered_cursor = "yes"
  21. user_interface = "classic"
  22. follow_now_playing_lyrics = "yes"
  23. locked_screen_width_part = "60"
  24. display_bitrate = "no"
  25. external_editor = "nano"
  26.  
  27. #execute_on_song_change=/home/omar/mnuc
  28.  
  29. main_window_highlight_color = "white"
  30.  
  31. progressbar_elapsed_color = "white"
  32. progressbar_color = "black"
  33.  
  34. #progressbar_look = "???"
  35. #progressbar_look = "??"
  36. progressbar_look = "?? "
  37.  
  38. mouse_support = "yes"
  39. header_visibility = "no"
  40. statusbar_visibility = "yes"
  41.  
  42. statusbar_color = "white"
  43. #visualizer_color = blue, cyan, green, yellow, magenta, red, white
  44. visualizer_color = blue, cyan, green, yellow, magenta, red, white, red, magenta, yellow, green, cyan, blue
  45.  
  46. mpd_host = "127.0.0.1"
  47. mpd_port = "6600"
  48. mouse_list_scroll_whole_page = "yes"
  49. lines_scrolled = "1"
  50.  
  51. titles_visibility = "no"
  52. enable_window_title = "no"
  53.  
  54. now_playing_prefix = "$b$7??"
  55. now_playing_suffix = "$8$/b"
  56.  
  57. song_columns_list_format = "(6)[]{} (23)[red]{a} (26)[yellow]{t|f} (40)[green]{b} (4)[blue]{l}"
  58. #song_columns_list_format = "(6)[]{} (23)[red]{a} (26)[white]{t|f} (40)[blue]{b} (4)[red]{l}"
  59.  
  60. color1 = "white"
  61. color2 = "black"
  62.  
  63. song_list_format = " $8[%t] $R$7%l "
  64. #song_list_format = " $8[%t] $7 ยปยป $2[%a]$2 $R$7%l "
  65. #song_status_format = " $2%a $4?$3? $8%t $4?$3? $5%b "
  66. song_status_format = "$b$7? $2%a $4?$3? $8%t $4?$3? $5%b "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement