Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. mpd_music_dir = "~/Music"
  2. song_list_format = "{$4%a$9 - }{$8%t$9}|{$0%f$9} - {$7(%l)$9}"
  3. song_library_format = "{$4%n$9 - }{$0%t$9}|{$4%f$9}"
  4. browser_playlist_prefix = "$8playlist$9 "
  5. selected_item_prefix = "$0"
  6. selected_item_suffix = "$9"
  7. song_status_format = "{(%l) }{%a - }{%t}|{%f}"
  8. song_window_title_format = "{%a - }{%t}|{%f}"
  9. user_interface = "alternative"
  10.  
  11. song_columns_list_format = "(6f)[blue]{l} (25)[red]{a} (40)[green]{t|f} (30)[yellow]{b}"
  12. playlist_display_mode = "columns" (classic/columns)
  13. browser_display_mode = "classic" (classic/columns)
  14. search_engine_display_mode = "columns" (classic/columns)
  15. incremental_seeking = "yes"
  16. external_editor = "nano"
  17.  
  18. progressbar_look = "━━╸"
  19. colors_enabled = "yes"
  20. header_window_color = "white"
  21. volume_color = "white"
  22. state_line_color = "white"
  23. state_flags_color = "white"
  24. main_window_color = "white"
  25. color1 = "white"
  26. color2 = "green"
  27. main_window_highlight_color = "green"
  28. progressbar_color = "white"
  29. statusbar_color = "white"
  30. active_column_color = "yellow"
  31. empty_tag_color = "yellow"
  32.  
  33. visualizer_color = "white"
  34. visualizer_look = "●▋"
  35. visualizer_fifo_path = "/tmp/mpd.fifo"
  36. visualizer_output_name = "my_fifo"
  37. visualizer_sync_interval = "30"
  38. visualizer_type = "spectrum" (spectrum/wave)
  39. visualizer_in_stereo = "yes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement