config (1902B)
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 #user_interface = "alternative" 43 playlist_display_mode = "columns" 44 search_engine_display_mode = "columns" 45 display_volume_level = yes 46 47 # cheat sheet 48 # %l - length 49 # %f - filename 50 # %D - directory 51 # %a - artist 52 # %t - title 53 # %b - album 54 # %y - year 55 # %n - track number (01/12 -> 01) 56 # %N - full track info (01/12 -> 01/12) 57 # %g - genre 58 # %c - composer 59 # %p - performer 60 # %d - disc 61 # %C - comment 62 # $R - begin right alignment 63 # colors 64 # $0 - default window color 65 # $1 - black 66 # $2 - red 67 # $3 - green 68 # $4 - yellow 69 # $5 - blue 70 # $6 - magenta 71 # $7 - cyan 72 # $8 - white 73 # $9 - end of current color