mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 23:34:57 +08:00
62 lines
1.6 KiB
Text
62 lines
1.6 KiB
Text
### Directories ###
|
|
ncmpcpp_directory = ~/.config/ncmpcpp
|
|
lyrics_directory = ~/.config/ncmpcpp/lyrics
|
|
mpd_music_dir = ~/mus
|
|
|
|
### Behaviour ###
|
|
# execute_on_song_change = "bash ~/.config/ncmpcpp/mpd-notification"
|
|
message_delay_time = 1
|
|
playlist_disable_highlight_delay = 2
|
|
autocenter_mode = "yes"
|
|
centered_cursor = "yes"
|
|
ignore_leading_the = "yes"
|
|
allow_for_physical_item_deletion = "no"
|
|
|
|
### Visualizer ###
|
|
visualizer_fifo_path = /tmp/mpd.fifo
|
|
visualizer_output_name = "mpd_visualizer"
|
|
visualizer_in_stereo = "yes"
|
|
visualizer_sync_interval = 30
|
|
visualizer_look = ●●
|
|
|
|
### Appearance ###
|
|
colors_enabled = "yes"
|
|
playlist_display_mode = "columns"
|
|
user_interface = classic
|
|
# user_interface = alternative
|
|
volume_color = "white"
|
|
|
|
# Window #
|
|
song_window_title_format = "Music"
|
|
# song_window_title_format = "{%a - }{%t}|{%f}"
|
|
statusbar_visibility = "no"
|
|
header_visibility = "no"
|
|
titles_visibility = "no"
|
|
|
|
# Progress bar #
|
|
progressbar_look = "▂▂▂"
|
|
progressbar_color = "black"
|
|
progressbar_elapsed_color = "yellow"
|
|
|
|
# Alternative UI
|
|
alternative_ui_separator_color = "black"
|
|
alternative_header_first_line_format = $b$5«$/b$5« $b$8{%t}|{%f}$/b $5»$b$5»$/b
|
|
alternative_header_second_line_format = {$b{$2%a$9}{ - $7%b$9}{ ($2%y$9)}}|{%D}
|
|
|
|
# Song list #
|
|
song_status_format= "$7%t"
|
|
song_list_format = " %t $R%a %l "
|
|
song_columns_list_format = "(53)[white]{tr} (45)[blue]{a}"
|
|
|
|
song_library_format = {{%a - %t} (%b)}|{%f}
|
|
|
|
# Colors #
|
|
main_window_color = "blue"
|
|
current_item_prefix = "$(blue)$r"
|
|
current_item_suffix = "$/r$(end)"
|
|
|
|
current_item_inactive_column_prefix = red
|
|
current_item_inactive_column_suffix = red
|
|
|
|
color1 = "white"
|
|
color2 = "red"
|