lpfManiak

~/.ncmpcpp/config

Sep 13th, 2013
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. #### Playlist formatting
  2. song_list_format = "$0$8 %l $0$8│$2 %a »$3 %t $8$R│ %b$1"
  3. now_playing_prefix = "$b"
  4. now_playing_suffix = ""
  5.  
  6. #### progressbar
  7. # can consider »─▪▬▐▌░▒▓█━⠤⠤
  8. # changing elapsed colour only works in the git version of ncmpcpp available on the AUR (but mass tag editing is broken on it)
  9. progressbar_look = "─░─"
  10. progressbar_elapsed_color = "green"
  11. progressbar_color = "green"
  12. progressbar_boldness = "no"
  13.  
  14. #### Major interface changes that this config doesn't use
  15. titles_visibility = "no"
  16. header_visibility = "no"
  17. header_window_color = "yellow"
  18. main_window_highlight_color = "white"
  19.  
  20. statusbar_visibility = "no"
  21. song_status_format = "$3%t » $4%b » $4%a$1"
  22. statusbar_color = "white"
  23. playlist_show_remaining_time = yes
  24.  
  25. #### Change this to your music directory
  26. mpd_music_dir = "~/Media/Music"
  27.  
  28. #### Misc that I don't need to care about
  29. discard_colors_if_item_is_selected = "yes"
  30.  
  31. autocenter_mode = "yes"
  32. centered_cursor = "yes"
  33.  
  34. mouse_support = "yes"
  35. colors_enabled = "yes"
  36. mpd_crossfade_time = "3"
  37.  
  38. visualizer_fifo_path = "/tmp/mpd.fifo"
  39. visualizer_sync_interval = "1"
  40. visualizer_output_name = "Visualizer"
  41. visualizer_type = "wave" (spectrum/wave)
  42. visualizer_color = "red"
Advertisement
Add Comment
Please, Sign In to add comment