Advertisement
ramadhinolfski

.ncmpcpp/config sweet

May 26th, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.04 KB | None | 0 0
  1. mpd_music_dir = "~/Music/"
  2. mpd_crossfade_time = "5"
  3.  
  4. lyrics_directory="~/.ncmpcpp/lyrics"
  5. visualizer_in_stereo = no
  6. visualizer_type = spectrum
  7. visualizer_look = ▋▋
  8.  
  9. playlist_disable_highlight_delay = 2
  10. message_delay_time = 1
  11. browser_sort_format = {%l} | {%f}
  12.  
  13. #selected_item_suffix = $9
  14. #selected_item_prefix = $6
  15. #modified_item_prefix = $3> $9
  16. #now_playing_prefix = "$b"
  17. #now_playing_suffix = ""
  18. song_list_format = "$7 {%l} $0│$3 {%t} $8 $R{%a} $8"
  19. song_status_format = "$8 {%a} $2»»$8 {%t} $2"
  20. statusbar_visibility = "no"
  21. autocenter_mode = "yes"
  22. centered_cursor = "yes"
  23.  
  24. song_window_title_format = ncmpcpp : {%a - }{%t}
  25. playlist_display_mode = classic
  26. browser_display_mode = columns
  27. progressbar_look = "─╼─"
  28. startup_screen = playlist
  29. display_bitrate = yes
  30. progressbar_color = white
  31. progressbar_elapsed_color = cyan
  32. main_window_color = white
  33. main_window_highlight_color = white
  34. alternative_ui_separator_color = cyan
  35. empty_tag_color = default
  36. header_visibility = no
  37. titles_visibility = no
  38. mouse_support = yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement