Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. visualizer_fifo_path = "/tmp/mpd.fifo"
  2. visualizer_output_name = "my_fifo"
  3. #visualizer_sync_internal = "30"
  4. visualizer_in_stereo = "yes"
  5. visualizer_type = "spectrum"
  6. visualizer_look = "●●"
  7. mpd_music_dir = "/home/muchlax/Music/"
  8. colors_enabled = "yes"
  9. playlist_display_mode = "classic" (classic/columns)
  10. autocenter_mode = "yes"
  11. centered_cursor = "yes"
  12. cyclic_scrolling = "yes"
  13. mouse_list_scroll_whole_page = "no"
  14. song_list_format = "$8%a$9 ✖ $2%t$9 "
  15. song_library_format = "{%n > }{%t}|{%f}"
  16. progressbar_look = "»» "
  17. now_playing_suffix = " $7♫$9 "
  18. selected_item_prefix = " √ "
  19. titles_visibility = "no"
  20. header_visibility = "no"
  21. statusbar_visibility = "no"
  22. browser_playlist_prefix = "$2plist »$9 "
  23. browser_display_mode = "classic" (classic/columns)
  24. discard_colors_if_item_is_selected = "no"
  25. header_window_color = "black"
  26. volume_color = "black"
  27. state_line_color = "cyan"
  28. state_flags_color = "cyan"
  29. main_window_color = "white"
  30. main_window_highlight_color = "white"
  31. progressbar_color = "red"
  32. statusbar_color = "white"
  33. song_status_format = "red"
  34. active_column_color = red
  35. visualizer_color = red
  36. song_window_title_format = "%a - %t"
  37. #song_window_title_format = "no"
  38. search_engine_display_mode = "columns" (classic/columns)
  39. follow_now_playing_lyrics = "yes"
  40. #display_screens_numbers_on_start = "no"
  41. mpd_host = "127.0.0.1"
  42. mpd_port = "6601"
  43. store_lyrics_in_song_dir = "yes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement