From 18a1210ccfc4bdebc7b9cd6d06c1852f72115e2f Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Tue, 9 Nov 2010 16:34:05 +0100 Subject: [PATCH] settings: update default song_list_columns_format to match the one in example config file --- src/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.cpp b/src/settings.cpp index b9e6149c..adf33244 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -333,7 +333,7 @@ void NcmpcppConfig::SetDefaults() { mpd_host = "localhost"; empty_tag = ""; - song_list_columns_format = "(7f)[green]{l} (25)[cyan]{a} (40)[]{t} (30)[red]{b}"; + song_list_columns_format = "(7f)[green]{l} (25)[cyan]{a} (40)[]{t|f} (30)[red]{b}"; song_list_format = "{{%a - }{%t}|{$8%f$9}$R{$3(%l)$9}}"; song_status_format = "{{{%a{ \"%b\"{ (%y)}} - }{%t}}|{%f}}"; song_status_format_no_colors = song_status_format;