#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 :