Advertisement
Guest User

Untitled

a guest
May 24th, 2015
1,304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. mpd_crossfade_time = "5"
  2. mpd_music_dir =
  3. mpd_host = "localhost"
  4. mpd_port = "9000"
  5.  
  6. song_list_format = "{ $8%a $1>> $2}{%t}$8"
  7.  
  8. color1 = "red"
  9. color2 = "black"
  10. song_columns_list_format = "(25)[red]{a} (25)[red]{t} (40)[black]{b} (5)[black]{l}"
  11. statusbar_color = "black"
  12. main_window_highlight_color = "red"
  13. header_visibility = "no"
  14. statusbar_visibility = "yes"
  15. colors_enabled = "yes"
  16. active_column_color = "black"
  17. now_playing_prefix = "$b"
  18. now_playing_suffix = "$/b"
  19. autocenter_mode = "yes"
  20. centered_cursor = "yes"
  21. main_window_color = "white"
  22. progressbar_look = "── "
  23. titles_visibility = "no"
  24. mouse_support = "no"
  25. discard_colors_if_item_is_selected = "no"
  26. cyclic_scrolling = "yes"
  27. follow_now_playing_lyrics = "yes"
  28. message_delay_time = "1"
  29. allow_for_physical_item_deletion = "no"
  30. visualizer_fifo_path = "/tmp/mpd.fifo"
  31. visualizer_output_name = "my_fifo"
  32. visualizer_sync_interval = "30"
  33. visualizer_in_stereo = "yes"
  34. visualizer_type = "wave" (spectrum/wave)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement