diff options
Diffstat (limited to '.config/ncmpcpp/config##template')
| -rw-r--r-- | .config/ncmpcpp/config##template | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/.config/ncmpcpp/config##template b/.config/ncmpcpp/config##template index e38258f..8059509 100644 --- a/.config/ncmpcpp/config##template +++ b/.config/ncmpcpp/config##template @@ -1,9 +1,9 @@ -mpd_host = "127.0.0.1" +mpd_host = "0.0.0.0" mpd_port = "6600" #mpd_host = "/mnt/e/mpd/socket" mpd_music_dir = "/mnt/e/mpd/music" -mpd_connection_timeout = "5" -mpd_crossfade_time = "1" +mpd_connection_timeout = 1 +mpd_crossfade_time = 1 external_editor = "{{ env.EDITOR }}" ncmpcpp_directory = "{{ env.XDG_CONFIG_HOME }}/ncmpcpp" @@ -12,10 +12,12 @@ lyrics_directory = "{{ env.XDG_CACHE_HOME }}/lyrics" progressbar_look = "───" progressbar_color = black progressbar_elapsed_color = default +visualizer_color = default playlist_display_mode = classic autocenter_mode = yes centered_cursor = yes -user_interface = alternative +user_interface = classic +connected_message_on_startup = no header_visibility = no statusbar_visibility = no @@ -25,11 +27,11 @@ state_flags_color = black:b main_window_color = white current_item_prefix = "$r" song_columns_list_format = "(20)[]{a} (6f)[blue]{NE} (50)[default]{t|f:Title} (20)[blue]{} (7f)[magenta]{l}" -song_list_format = " {{%a - %t}|{%f}}{$R%l} " +song_list_format = " {{%a - %t}|{%f}}$R{ %l} " window_border_color = default -alternative_header_first_line_format = "{{%a $8-$0 $b%t$/b}|{%f}}" -alternative_header_second_line_format = "$8{{%b}{ (%y)}}|{%D}" +alternative_header_first_line_format = "{{%a $8-$0 %t}|{%f}}" +alternative_header_second_line_format = "$8{{%b}|{%D}}" now_playing_prefix = "$b$0" now_playing_suffix = "$/b" |