Advertisement
fikriomar16

ncmpcpp [1] - colorfull

May 1st, 2017
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. ###################################
  2. ## ncmpcpp with my customization ##
  3. ###################################
  4.  
  5. % egrep -v '^#' .ncmpcpp/config
  6. mpd_music_dir = "/home/user/Music"
  7.  
  8. visualizer_in_stereo = "no"
  9. visualizer_fifo_path = "/tmp/mpd.fifo"
  10. visualizer_output_name = "my_fifo"
  11. visualizer_sync_interval = "30"
  12. visualizer_type = "spectrum"
  13. visualizer_look = "∙▋"
  14.  
  15. message_delay_time = "3"
  16. playlist_shorten_total_times = "yes"
  17. playlist_display_mode = "columns"
  18. browser_display_mode = "columns"
  19. search_engine_display_mode = "columns"
  20. playlist_editor_display_mode = "columns"
  21. autocenter_mode = "yes"
  22. centered_cursor = "yes"
  23. user_interface = "classic"
  24. follow_now_playing_lyrics = "yes"
  25. locked_screen_width_part = "60"
  26. display_bitrate = "no"
  27. external_editor = "nano"
  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. #progressbar_look = "✦✦ "
  38. progressbar_look = "•••"
  39.  
  40. mouse_support = "yes"
  41. header_visibility = "no"
  42. statusbar_visibility = "yes"
  43.  
  44. statusbar_color = "white"
  45. #visualizer_color = "white"
  46. visualizer_color = blue, cyan, green, yellow, magenta, red, white
  47.  
  48. mpd_host = "127.0.0.1"
  49. mpd_port = "6601"
  50. mouse_list_scroll_whole_page = "yes"
  51. lines_scrolled = "1"
  52.  
  53. titles_visibility = "no"
  54. enable_window_title = "no"
  55.  
  56. now_playing_prefix = "$b$8»$2»$4»$3»"
  57. #now_playing_prefix = "$b$2⟩$3⟩ "
  58. now_playing_suffix = "$8$/b"
  59.  
  60. song_columns_list_format = "(6)[]{} (23)[red]{a} (26)[yellow]{t|f} (40)[green]{b} (4)[blue]{l}"
  61. #song_columns_list_format = "(6)[]{} (23)[red]{a} (26)[white]{t|f} (40)[blue]{b} (4)[red]{l}"
  62.  
  63. color1 = "white"
  64. color2 = "black"
  65.  
  66. #song_list_format = " $8%a $5--$2 %t"
  67. song_list_format = "$6• $8%t $7 »» $2%a$2 $R$7%l"
  68. #song_list_format = "$8 %t $R$8"
  69. song_status_format = " $2%a $4⟫$3⟫ $8%t $4⟫$3⟫ $5%b "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement