Files
dotfiles/ncmpcpp/config
2018-09-26 19:41:37 +02:00

58 lines
1.8 KiB
Plaintext

################################################
# _ __ ___ _ __ ___ _ __ ___ _ __ _ __ #
#| '_ \ / __| '_ ` _ \| '_ \ / __| '_ \| '_ \ #
#| | | | (__| | | | | | |_) | (__| |_) | |_) | #
#|_| |_|\___|_| |_| |_| .__/ \___| .__/| .__/ #
# | | | | | | #
# |_| |_| |_| #
################################################
mpd_music_dir = "/home/aaron/Music"
mpd_crossfade_time = "5"
# Visualizer
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "fifo"
visualizer_type = "wave" (spectrum/wave)
# Playlist
song_list_format = "{%a - }{%t}|{$8%f$9}$R{$7(%b)$9}"
song_status_format = "{%a - }{%t - }{%b}"
alternative_header_first_line_format = "{$5%t$/b}"
alternative_header_second_line_format= "$7{$b%a$/b}$9 - $5{%b}$9 $8{(%y)}"
now_playing_prefix = "$b"
now_playing_suffix = "$/b"
browser_playlist_prefix = "$7$bplaylist$/b$9 "
selected_item_prefix = "$6"
selected_item_suffix = "$9"
song_window_title_format = "{%a - }{%t}|{%f}"
# Progress bar look
song_columns_list_format = "(8)[white]{l} (28)[cyan]{a} (28)[white]{b} (50)[cyan]{t}"
discard_colors_if_item_is_selected = "yes"
progressbar_look = "─╼ "
user_interface = "classic" (classic/alternative)
header_visibility = "no"
titles_visibility = "no"
cyclic_scrolling = "yes"
mouse_support = "no"
external_editor = "vim"
use_console_editor = "yes" (set to yes, if your editor is console app)
# Colors
colors_enabled = "yes"
empty_tag_color = "cyan"
header_window_color = "white"
volume_color = "cyan"
state_line_color = "white"
state_flags_color = "white"
main_window_color = "white"
color1 = "white"
color2 = "cyan"
main_window_highlight_color = "white"
progressbar_color = "white"
statusbar_color = "cyan"
alternative_ui_separator_color = "black"
active_column_color = "cyan"
window_border_color = "white"