# ████ ██ ██████ ████ ████ ███████ ██████ ███████ ███████ # ░██░██ ░██ ██░░░░██░██░██ ██░██░██░░░░██ ██░░░░██░██░░░░██░██░░░░██ # ░██░░██ ░██ ██ ░░ ░██░░██ ██ ░██░██ ░██ ██ ░░ ░██ ░██░██ ░██ # ░██ ░░██ ░██░██ ░██ ░░███ ░██░███████ ░██ ░███████ ░███████ # ░██ ░░██░██░██ ░██ ░░█ ░██░██░░░░ ░██ ░██░░░░ ░██░░░░ # ░██ ░░████░░██ ██░██ ░ ░██░██ ░░██ ██░██ ░██ # ░██ ░░███ ░░██████ ░██ ░██░██ ░░██████ ░██ ░██ # ░░ ░░░ ░░░░░░ ░░ ░░ ░░ ░░░░░░ ░░ ░░ # # █▓▒░ Setup #ncmpcpp_directory = "~/.ncmpcpp" #lyrics_directory = "~/.lyrics" external_editor = "/usr/bin/vim" # █▓▒░ MPD Settings #mpd_crossfade_time = "3" #mpd_music_dir = "/home/music" mpd_host = "localhost" mpd_port = "6601" # █▓▒░ Visualizer visualizer_look = "▒░" #visualizer_color = "cyan" visualizer_output_name = "my_fifo" visualizer_in_stereo = "yes" visualizer_fifo_path = "/tmp/mpd.fifo" visualizer_sync_interval = "10" # █▓▒░ Display Settings #song_list_format = "{$7%a $6> $5}{%t$6$R$b} [{%l}]" #song_status_format = "$7%a $6$b> $5%t $6$b> $2%b$6" #statusbar_color = "black" #main_window_color = "white" #main_window_highlight_color = "magenta" #active_column_color = "black" header_visibility = "no" statusbar_visibility = "yes" #colors_enabled = "no" now_playing_prefix = "> " now_playing_suffix = "" autocenter_mode = "yes" centered_cursor = "yes" progressbar_color = "black" #progressbar_elapsed_color = "white" progressbar_look = "▒▓░" #titles_visibility = "no" mouse_support = "no" discard_colors_if_item_is_selected = "yes" user_interface = "alternative" #playlist_display_mode = "classic" clock_display_seconds = "yes" ## I dont't like columns ## #playlist_display_mode = "classic" #browser_display_mode = "classic" #search_engine_display_mode = "classic" #playlist_display_mode = "classic" #browser_display_mode = "columns" #search_engine_display_mode = "columns" #playlist_editor_display_mode = "columns" visualizer_type = "wave_filled" ## Colots of another elements ## header_window_color = "white" volume_color = "white" state_line_color = "white" state_flags_color = "white" main_window_color = "white" #main_window_highlight_color = "white" progressbar_elapsed_color = "white" statusbar_color = "white" #active_column_color = "yellow" current_item_prefix = "$(white)$r" current_item_suffix = "$/r$(end)" # █▓▒░ cheat sheet # %l - length # %f - filename # %D - directory # %a - artist # %t - title # %b - album # %y - year # %n - track number (01/12 -> 01) # %N - full track info (01/12 -> 01/12) # %g - genre # %c - composer # %p - performer # %d - disc # %C - comment # $R - begin right alignment # █▓▒░ colors # $0 - default window color # $1 - black # $2 - red # $3 - green # $4 - yellow # $5 - blue # $6 - magenta # $7 - cyan # $8 - white # $9 - end of current color