Advertisement
Guest User

Untitled

a guest
Dec 8th, 2015
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. mpd_host="127.0.0.1"
  2. mpd_port="6601"
  3. mpd_music_dir="/home/anshi/music"
  4.  
  5. visualizer_fifo_path = "/tmp/mpd.fifo"
  6. visualizer_output_name = "my_fifo"
  7. visualizer_sync_interval = "10"
  8. visualizer_in_stereo = "yes"
  9. visualizer_type = "wave" (spectrum/wave)
  10. visualizer_look = "❚❚"
  11. #visualizer_look = "▬▬"
  12. visualizer_color = magenta, red
  13.  
  14. user_interface="alternative"
  15.  
  16. alternative_ui_separator_color = white
  17. state_line_color = white
  18.  
  19. alternative_header_first_line_format = %t
  20.  
  21. alternative_header_second_line_format = %a
  22.  
  23. main_window_highlight_color = "black"
  24.  
  25. #progressbar_look = "██"
  26. progressbar_color = "black"
  27. progressbar_elapsed_color = "black"
  28.  
  29. song_list_format = "{$3[%l]$9} {$5%a$9} {$6%t$9} %y %n {$5$9}"
  30.  
  31. song_status_format = "$8%a - %t"
  32.  
  33. now_playing_prefix = ""
  34. now_playing_suffix = "$2"
  35.  
  36. playlist_display_mode = "columns"
  37. active_column_color = "blue"
  38.  
  39.  
  40. song_columns_list_format = "(50)[red]{t|f} $R (43)[red]{a} (8)[red]{l}"
  41.  
  42. color1 = "blue"
  43. color2 = "white"
  44.  
  45. mouse_support = "yes"
  46. header_visibility = "no"
  47. statusbar_visibility = "yes"
  48. autocenter_mode = "yes"
  49. titles_visibility = "no"
  50. enable_window_title = "no"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement