Advertisement
uriel_zo

config

Mar 26th, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. [mpd]
  2. mpd_music_dir = "~/Music"
  3. mpd_host = "localhost"
  4. mpd_port = "6600"
  5. mpd_crossfade_time = "2"
  6.  
  7. [visualizer]
  8. visualizer_fifo_path = "/tmp/mpd.fifo"
  9. visualizer_in_stereo = "no"
  10. visualizer_type = "wave"
  11. visualizer_output_name = "my_fifo"
  12. visualizer_look = "│┃"
  13. visualizer_color = "default"
  14.  
  15. [header]
  16. header_visibility = "no"
  17. header_window_color = "default"
  18. volume_color = "default"
  19. state_line_color = "black"
  20.  
  21. [playlist]
  22. playlist_display_mode = "classic"
  23. song_list_format = " {{%t}|{%f}}{$R%l}"
  24. now_playing_prefix = "$b$2"
  25. now_playing_suffix = "$/b$9"
  26.  
  27. [statusbar]
  28. progressbar_look = "─╼ "
  29. progressbar_color = "black"
  30. statusbar_visibility = "no"
  31. statusbar_color = "default"
  32. song_status_format = "{{%a{ - %t}}|{ - %f}{ - %b{ (%y)}}}"
  33.  
  34. [library]
  35. song_library_format = "{{%a - %t}|{%f}}{$R%l}"
  36. empty_tag_color = "black"
  37.  
  38. [global]
  39. colors_enabled = "yes"
  40. main_window_color = "default"
  41. centered_cursor = "yes"
  42. enable_window_title = "yes"
  43. external_editor = "vim"
  44.  
  45. ## you have dunst?
  46. execute_on_song_change = ~/.ncmpcpp/art-dark.sh && notify-send "Now Playing ♫" "$(mpc current)"
  47.  
  48. ## you don't have dunst?
  49. #execute_on_song_change = ~/.ncmpcpp/art-dark.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement