settings: update default song_list_columns_format to match the one in example config file

This commit is contained in:
Andrzej Rybczak
2010-11-09 16:34:05 +01:00
parent 6af641a049
commit 18a1210ccf

View File

@@ -333,7 +333,7 @@ void NcmpcppConfig::SetDefaults()
{ {
mpd_host = "localhost"; mpd_host = "localhost";
empty_tag = "<empty>"; empty_tag = "<empty>";
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_list_format = "{{%a - }{%t}|{$8%f$9}$R{$3(%l)$9}}";
song_status_format = "{{{%a{ \"%b\"{ (%y)}} - }{%t}}|{%f}}"; song_status_format = "{{{%a{ \"%b\"{ (%y)}} - }{%t}}|{%f}}";
song_status_format_no_colors = song_status_format; song_status_format_no_colors = song_status_format;