From 8dc8f2d52338fd87e7763995e6732f5a295300e8 Mon Sep 17 00:00:00 2001 From: mono-b Date: Mon, 26 Dec 2022 04:08:53 -0300 Subject: huh --- ncmpcpp/config | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 ncmpcpp/config (limited to 'ncmpcpp/config') diff --git a/ncmpcpp/config b/ncmpcpp/config new file mode 100644 index 0000000..e143cc8 --- /dev/null +++ b/ncmpcpp/config @@ -0,0 +1,76 @@ +[mpd] +ncmpcpp_directory = ~/.config/ncmpcpp +lyrics_directory = ~/.config/ncmpcpp/lyrics +mpd_host = localhost +mpd_port = 6600 +mpd_music_dir = /home/monoblanco/stf/music +mpd_crossfade_time = "10" +system_encoding = "utf8" + +visualizer_look = " " +startup_screen = visualizer +startup_slave_screen = playlist +startup_slave_screen_focus = yes +locked_screen_width_part = 30 + +[playlist] +playlist_display_mode = "classic" (classic/columns) +song_list_format = {{%a - %t}|{%f}}{$R%l} +song_columns_list_format = "$L (30)[]{t} (30)[]{a} (5)[]{l} " + +playlist_show_remaining_time = "no" +playlist_shorten_total_times = no +playlist_show_mpd_host = no +header_visibility = no + +[statusbar] +progressbar_look = "─░─" +progressbar_color = yellow:b +statusbar_visibility = no +statusbar_color = default +song_status_format = {{%a{ "%b"{ (%y)}} - }{%t}}|{%f} + +[library] +#song_library_format = {%n - }{%t}|{%f} +song_library_format = "{{%a - %t}|{%f}}{$R%l}" + +empty_tag_color = cyan +alternative_header_first_line_format = $b$7$aqqu$/a$9 {%t}|{%f} $7$atqq$/a$9$/b +alternative_header_second_line_format = {{$7$b%a$/b$9}{ - $5%b$9}{ ($4%y$9)}}|{%D} +current_item_inactive_column_prefix = $(white)$r +current_item_inactive_column_suffix = $/r$(end) +browser_playlist_prefix = "$2playlist$9 " +selected_item_prefix = $1 +selected_item_suffix = $1 +modified_item_prefix = $3> $9 + +now_playing_prefix = "$b$2$7 " +now_playing_suffix = " $/b$8" +current_item_prefix = "$b$7$/b$3 " +current_item_suffix = " $8" + + +[global] +colors_enabled = yes +main_window_color = cyan +header_window_color = default +volume_color = default +state_line_color = default +state_flags_color = default:b +color1 = white +color2 = white +progressbar_elapsed_color = yellow +statusbar_time_color = default:b +player_state_color = cyan +alternative_ui_separator_color = black +window_border_color = cyan +active_window_border = red +execute_on_song_change="~/.config/ncmpcpp/ncmpcpp-ueberzug/ncmpcpp_cover_art.sh" +display_volume_level = "yes" +user_interface = "classic" (classic/alternative) +cyclic_scrolling = "yes" +mouse_support = "yes" +mouse_list_scroll_whole_page = "yes" +lines_scrolled = "1" +message_delay_time = "1" +titles_visibility = no -- cgit v1.2.1