Advertisement
Guest User

phallus' ncmpcpp

a guest
Mar 14th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. mpd_music_dir = "/home/phallus/mu/music"
  2. port = "6600"
  3. mpd_host = "127.0.0.1"
  4.  
  5. song_list_format = "$5%a$9 $2%t$9 $R $1%b$9"
  6. song_status_format = "$8%a$9 - $8%t$9"
  7. now_playing_prefix = "$b"
  8. now_playing_suffix = "$/b"
  9.  
  10. header_visibility = "no"
  11. autocenter_mode = "yes"
  12. statusbar_visibility = "no"
  13. #statusbar_color = "black, normal"
  14. main_window_highlight_color = "black"
  15. discard_colors_if_item_is_selected = "no"
  16. progressbar_look = "─- "
  17.  
  18. visualizer_fifo_path = "/tmp/mpd.fifo"
  19. visualizer_output_name = "my_fifo"
  20. visualizer_type = "wave"
  21. #visualizer_type = "spectrum"
  22. #visualizer_look = "|"
  23.  
  24. #media_library_album_format
  25.  
  26. display_bitrate = "yes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement