Advertisement
Dobbie03

Untitled

Jun 2nd, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. # Connection
  2. mpd_host = "localhost"
  3. mpd_port = "6600"
  4. mpd_music_dir = "~/Music/Music"
  5. mpd_connection_timeout = "5"
  6. mpd_crossfade_time = "1"
  7.  
  8. # Visualizer
  9. visualizer_fifo_path = "/tmp/mpd.fifo"
  10. visualizer_output_name = "FIFO"
  11. visualizer_sync_interval = "30"
  12. visualizer_in_stereo = "yes"
  13. visualizer_type = "wave_filled"
  14. visualizer_color = 246,245,244,243,242,241,240,239,238,237,236,235
  15. visualizer_look = "|○"
  16.  
  17. # Columns
  18. song_columns_list_format = "(3f)[239]{} (5f)[240]{n} (3f)[239]{} (35)[246]{t|f} (18)[blue]{a} (30)[green]{b} (7f)[239]{y} (7f)[240]{l}"
  19. song_list_format = "{$5 %a$9 $1│$9 $8%t$9 }|{ $8%f$9}$R{$5%b $7}"
  20. song_status_format = "{{{$5%a$9}} $8-$9 {$2%t$9}|{$0%f$9}{ $8-$9 $3%b$9{ $8-$9 $5%y$9}}}"
  21. song_library_format = "{%n $8-$9 }{%t}|{%f}"
  22. now_playing_prefix = "$8$b ➤ "
  23. browser_playlist_prefix = "playlist"
  24. selected_item_prefix = "$5"
  25. selected_item_suffix = "$9"
  26. song_window_title_format = "{%t}|{%f} - {%a}"
  27.  
  28. # Various
  29. playlist_show_remaining_time = "no"
  30. playlist_shorten_total_times = "yes"
  31. playlist_separate_albums = "no"
  32. playlist_display_mode = "columns"
  33. browser_display_mode = "columns"
  34. search_engine_display_mode = "columns"
  35. discard_colors_if_item_is_selected = "no"
  36. incremental_seeking = "yes"
  37. seek_time = "1"
  38. autocenter_mode = "yes"
  39. centered_cursor = "yes"
  40. progressbar_look = "─╼─"
  41. progressbar_color = 240
  42. progressbar_elapsed_color = white
  43. progressbar_boldness = "yes"
  44. user_interface = "classic"
  45. header_visibility = "no"
  46. titles_visibility = "no"
  47. header_text_scrolling = "yes"
  48. cyclic_scrolling = "no"
  49. lines_scrolled = "2"
  50. follow_now_playing_lyrics = "yes"
  51. show_hidden_files_in_local_browser = "no"
  52. jump_to_now_playing_song_at_start = "yes"
  53. clock_display_seconds = "no"
  54. display_volume_level = "no"
  55. display_bitrate = "yes"
  56. display_remaining_time = "no"
  57. regular_expressions = "extended"
  58. ignore_leading_the = "no"
  59. block_search_constraints_change_if_items_found = "yes"
  60. mouse_support = "yes"
  61. mouse_list_scroll_whole_page = "yes"
  62. external_editor = "vim"
  63. use_console_editor = "yes"
  64. colors_enabled = "yes"
  65. empty_tag_color = "white"
  66. header_window_color = "blue"
  67. state_line_color = "black"
  68. state_flags_color = "black"
  69. main_window_color = 243
  70. main_window_highlight_color = "white"
  71. statusbar_color = "blue"
  72. active_column_color = "blue"
  73. active_window_border = "blue"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement