lpfManiak

~/.ncmpcpp/config

Sep 27th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. #### Playlist formatting
  2. song_list_format = "$0$8 %l $0$8│$2 %a »$3 %t $8$R│ %b $1"
  3. now_playing_prefix = "$b"
  4. now_playing_suffix = "$/b"
  5.  
  6. #### progressbar
  7. # can consider »─▪▬▐▌░▒▓█━⠤⠤
  8. # changing elapsed colour only works in the git version of ncmpcpp available on the AUR (but mass tag editing is broken on it)
  9. progressbar_look = "─░─"
  10. progressbar_elapsed_color = "green"
  11. progressbar_color = "green"
  12. progressbar_boldness = "no"
  13. playlist_display_mode = "classic"
  14.  
  15. #### Major interface changes that this config doesn't use
  16. titles_visibility = "no"
  17. header_visibility = "no"
  18. header_window_color = "yellow"
  19. main_window_highlight_color = "white"
  20.  
  21. statusbar_visibility = "no"
  22. song_status_format = "$3%t » $4%b » $4%a$1"
  23. statusbar_color = "white"
  24. playlist_show_remaining_time = yes
  25.  
  26. #### Misc that I don't need to care about
  27. discard_colors_if_item_is_selected = "yes"
  28.  
  29. autocenter_mode = "yes"
  30. centered_cursor = "yes"
  31. lastfm_preferred_language = "ja"
  32.  
  33. mouse_support = "yes"
  34. colors_enabled = "yes"
  35. mpd_crossfade_time = "3"
  36. mpd_music_dir = "~/Music"
  37. visualizer_fifo_path = "/tmp/mpd.fifo"
  38. visualizer_sync_interval = "1"
  39. visualizer_output_name = "Visualizer"
  40. visualizer_type = "spectrum" (spectrum/wave)
  41. visualizer_color = "red"
  42. follow_now_playing_lyrics = "yes"
  43. store_lyrics_in_song_dir = "yes"
Advertisement
Add Comment
Please, Sign In to add comment