opspotty

Untitled

Nov 30th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. mpd_host = "127.0.0.1"
  2. mpd_port = "6600"
  3. mpd_music_dir = "~/Music"
  4. mpd_connection_timeout = "5"
  5. visualizer_fifo_path = "/tmp/mpd.fifo"
  6. visualizer_output_name = "FIFO"
  7. visualizer_sync_interval = "30"
  8. visualizer_in_stereo = "yes"
  9. visualizer_type = "spectrum"
  10. visualizer_color = "magenta"
  11. visualizer_look = "▬▬"
  12. playlist_disable_highlight_delay = "3"
  13. message_delay_time = "8"
  14. song_list_format = "{$2%a$2} {$5%t$5} $R {$3%b$3} $6({$6%l})"
  15. song_status_format = "{$2%a$2} {$3%b$3} {$5%t$5}"
  16. song_library_format = "%t"
  17. song_window_title_format = "{%a-%t}"
  18. song_columns_list_format = "(37)[red]{a} (32)[green]{t} (25)[blue]{b} $R(7)[magenta]{l}"
  19. playlist_display_mode = "columns"
  20. browser_display_mode = "columns"
  21. titles_visibility = "yes"
  22. incremental_seeking = "yes"
  23. autocenter_mode = "yes"
  24. header_visibility = "yes"
  25. statusbar_visibility = "yes"
  26. cyclic_scrolling = "yes"
  27. display_bitrate = "yes"
  28. ignore_leading_the = "no"
  29. enable_window_title = "yes"
  30. progressbar_look = "▬▬▬"
  31. user_interface = "alternative"
  32. alternative_header_first_line_format = "{$b$2%a$9} {$5%t$9}"
  33. alternative_header_second_line_format = "{$3%b$9} {$4(%y)$9}"
  34. alternative_ui_separator_color = "blue"
  35. playlist_separate_albums = "no"
  36. colors_enabled = "yes"
  37. empty_tag_color = "blue"
  38. header_window_color = "white"
  39. display_volume_level = "yes"
  40. state_line_color = "cyan"
  41. state_flags_color = "magenta"
  42. main_window_color = "green"
  43. main_window_highlight_color = "blue"
  44. color1 = "white"
  45. color2 = "blue"
  46. progressbar_color = "black"
  47. statusbar_color = "cyan"
  48. active_column_color = "red"
  49. window_border_color = "red"
  50. active_window_border = "red"
  51. follow_now_playing_lyrics = "yes"
  52. clock_display_seconds = "yes"
Add Comment
Please, Sign In to add comment