config (1864B)
1 # ░█▀█░█▀▀░█▄█░█▀█░█▀▀░█▀█░█▀█░░ 2 # ░█░█░█░░░█░█░█▀▀░█░░░█▀▀░█▀▀░░ 3 # ░▀░▀░▀▀▀░▀░▀░▀░░░▀▀▀░▀░░░▀░░░░ 4 5 # setup 6 ncmpcpp_directory = "~/.config/ncmpcpp" 7 external_editor = "/usr/bin/vim" 8 9 # mpd settings 10 mpd_crossfade_time = "3" 11 mpd_music_dir = "/media/music" 12 mpd_host = "~/.config/mpd/socket" 13 mpd_port = "6601" 14 15 # visualizer 16 visualizer_look = "▒░" 17 visualizer_color = "cyan,blue,magenta,yellow" 18 visualizer_in_stereo = "yes" 19 visualizer_data_source = "~/.mpd/mpd.fifo" 20 visualizer_output_name = "mpd spectrum" 21 visualizer_type = "spectrum" 22 23 # display settings 24 song_columns_list_format = "(25)[15]{a} (40)[14]{t|f} (4f)[16]{l}" 25 song_status_format = "$7%a $6$b> $6%t $6$b> $2%b$6" 26 statusbar_color = "white" 27 main_window_color = "cyan" 28 header_visibility = "no" 29 statusbar_visibility = "yes" 30 colors_enabled = "yes" 31 now_playing_prefix = "$5$b▒░ " 32 now_playing_suffix = " ░▒" 33 autocenter_mode = "yes" 34 centered_cursor = "yes" 35 progressbar_color = "black" 36 progressbar_elapsed_color = "blue" 37 progressbar_look = "▒▓░" 38 titles_visibility = "no" 39 mouse_support = "no" 40 discard_colors_if_item_is_selected = "yes" 41 user_interface = "classic" 42 playlist_display_mode = "columns" 43 search_engine_display_mode = "columns" 44 display_volume_level = yes 45 46 # cheat sheet 47 # %l - length 48 # %f - filename 49 # %D - directory 50 # %a - artist 51 # %t - title 52 # %b - album 53 # %y - year 54 # %n - track number (01/12 -> 01) 55 # %N - full track info (01/12 -> 01/12) 56 # %g - genre 57 # %c - composer 58 # %p - performer 59 # %d - disc 60 # %C - comment 61 # $R - begin right alignment 62 # colors 63 # $0 - default window color 64 # $1 - black 65 # $2 - red 66 # $3 - green 67 # $4 - yellow 68 # $5 - blue 69 # $6 - magenta 70 # $7 - cyan 71 # $8 - white 72 # $9 - end of current color