Last active
June 21, 2019 22:36
-
-
Save terroo/e1f842cfb3c644452879a8fcffdbd202 to your computer and use it in GitHub Desktop.
.ncmpcpp-config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ncmpcpp_directory = "~/.ncmpcpp" | |
mpd_host = "127.0.0.1" | |
mpd_port = "6600" | |
mpd_music_dir = "~/Música" | |
mpd_crossfade_time = 5 | |
visualizer_fifo_path = "/tmp/mpd.fifo" | |
visualizer_output_name = "FIFO" | |
visualizer_in_stereo = "yes" | |
visualizer_sync_interval = "30" | |
visualizer_type = "spectrum" | |
visualizer_look = "◆▋" | |
message_delay_time = "3" | |
playlist_shorten_total_times = "yes" | |
playlist_display_mode = "columns" | |
browser_display_mode = "columns" | |
search_engine_display_mode = "columns" | |
playlist_editor_display_mode = "columns" | |
autocenter_mode = "yes" | |
centered_cursor = "yes" | |
user_interface = "alternative" | |
follow_now_playing_lyrics = "yes" | |
locked_screen_width_part = "60" | |
display_bitrate = "yes" | |
external_editor = "vim" | |
use_console_editor = "yes" | |
header_window_color = "cyan" | |
volume_color = "yellow" | |
state_line_color = "yellow" | |
state_flags_color = "cyan" | |
progressbar_color = "yellow" | |
statusbar_color = "cyan" | |
visualizer_color = "cyan" | |
mouse_list_scroll_whole_page = "yes" | |
lines_scrolled = "1" | |
enable_window_title = "yes" | |
song_columns_list_format = "(25)[cyan]{a} (40)[]{f} (30)[red]{b} (7f)[green]{l}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment