Last active
August 29, 2015 14:07
-
-
Save cpappen/8eecc6b073d57082c765 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
mpd_crossfade_time = "5" | |
# Visualizer | |
visualizer_fifo_path = "/tmp/mpd.fifo" | |
visualizer_output_name = "fifo" | |
visualizer_type = "wave" (spectrum/wave) | |
# Playlist | |
song_columns_list_format = "$L(9)[white]{l} (20)[red]{a} (30)[green]{b}$R(20)[cyan]{t}" | |
now_playing_prefix = "$b" | |
#now_playing_subfix = "/$b" | |
playlist_display_mode = "classic" (classic/columns) | |
autocenter_mode = "no" | |
centered_cursor = "no" | |
cyclic_scrolling = "yes" | |
mouse_list_scroll_whole_page = "no" | |
#song_list_format = "{$8$9}{[%l] >> }{%t }$R{%a - %b}" | |
song_list_format = " $0$8$8%l$0$8 $1|$7 $7%a$7 $1|$7 $6%t$1 $R $1%b$1" | |
song_library_format = "{%n > }{%t}|{%f}" | |
# Bars | |
song_status_format = "{%a - }{%t - }{%b}" | |
#progressbar_look = "|> " | |
progressbar_look = "─╼ " | |
titles_visibility = "no" | |
header_visibility = "no" | |
statusbar_visibility = "no" | |
# Browser | |
browser_playlist_prefix = "$2plist »$9 " | |
browser_display_mode = "classic" (classic/columns) | |
# Colors | |
discard_colors_if_item_is_selected = "yes" | |
header_window_color = "black" | |
volume_color = "cyan" | |
state_line_color = "black" | |
state_flags_color = "green" | |
main_window_color = "cyan" | |
color1 = "cyan" | |
color2 = "black" | |
main_window_highlight_color = "red" | |
progressbar_color = "black" | |
statusbar_color = "black" | |
active_column_color = "red" | |
visualizer_color = "cyan" | |
# Others | |
song_window_title_format = "MPD: {%a > }{%t}{ [%b{ Disc %d}]}|{%f}" | |
search_engine_display_mode = "columns" (classic/columns) | |
follow_now_playing_lyrics = "yes" | |
display_screens_numbers_on_start = "no" | |
# vim: set ts=2 sw=2 tw=0 : |
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
mpd_crossfade_time = "5" | |
visualizer_fifo_path = "/tmp/mpd.fifo" | |
visualizer_sync_interval = "1" | |
visualizer_output_name = "Visualizer" | |
visualizer_type = "wave" (spectrum/wave) | |
song_list_format = "{$8%a $1⠂ $2}{%t}" | |
song_status_format = "$8%t $1on $2%b $1by $8%a$1" | |
statusbar_color = "black" | |
visualizer_color = "red" | |
main_window_highlight_color = "red" | |
header_visibility = "no" | |
statusbar_visibility = "yes" | |
colors_enabled = "yes" | |
now_playing_prefix = " ♬ " | |
now_playing_suffix = " " | |
autocenter_mode = "yes" | |
centered_cursor = "yes" | |
progressbar_look = "▶" | |
titles_visibility = "no" | |
mouse_support = "yes" | |
discard_colors_if_item_is_selected = "yes" | |
progressbar_color = "red" | |
progressbar_elapsed_color = "white" | |
progressbar_boldness = "no" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment