1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | #NCMPCPP CONFIG FILE
#general MPD options
mpd_host = "localhost"
mpd_port = "3412"
mpd_music_dir = "/home/fake/Music"
mpd_crossfade_time = "5"
# Visualizer
visualizer_fifo_path = "/home/fake/.mpd/mpd.fifo"
visualizer_output_name = "visualizer"
visualizer_type = "spectrum"
visualizer_sync_interval = "1000"
playlist_disable_highlight_delay = "1"
song_list_format = "$8{%A}|{%a}$9 $1|$9 $5{%b}$9 $1|$9 $2{%t}$9"
song_status_format = "{(%l) }{%a - }{%t}|{%f}"
song_window_title_format = "{%a - }{%t}|{%f}"
now_playing_suffix = "$/b"
header_visibility = "no"
statusbar_visibility = "no"
fancy_scrolling = "yes"
display_screens_numbers_on_start = "no"
colors_enabled = "yes"
empty_tag_color = "red"
header_window_color = "green"
volume_color = "blue"
state_line_color = "cyan"
state_flags_color = "green"
main_window_color = "yellow"
color1 = "yellow"
color2 = "cyan"
main_window_highlight_color = "green"
progressbar_color = "yellow"
statusbar_color = "green"
active_column_color = "green"
window_border_color = "red"
active_window_border = "yellow"
# Others
autocenter_mode = "yes"
centered_cursor = "yes"
search_engine_display_mode = "columns" (classic/columns)
store_lyrics_in_song_lyrics = "yes"
lines_scrolled = 1
follow_now_playing_lyrics = "yes"
display_screens_numbers_on_start = "no"
progressbar_look = "─╼·"
# vim: set ts=2 sw=2 tw=0 :
|
x
Notes
as seen on my pulp screenshot :D
inspirations came from droog and crshd.