change default song_status_format to better one

This commit is contained in:
Andrzej Rybczak
2009-08-24 18:45:44 +02:00
parent 8c60ff1493
commit 8d7a9d39cd
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@
#
#song_list_format = "{%a - }{%t}|{$8%f$9}$R{$3(%l)$9}"
#
#song_status_format = "{(%l) }{%a - }{%t}|{%f}"
#song_status_format = "{{{%a{ \"%b\"{ (%y)}} - }{%t}}|{%f}}"
#
#song_library_format = "{%n - }{%t}|{%f}"
#

View File

@@ -243,7 +243,7 @@ void DefaultConfiguration(ncmpcpp_config &conf)
conf.empty_tag = "<empty>";
conf.song_list_columns_format = "(7f)[green]{l} (25)[cyan]{a} (40)[]{t} (30)[red]{b}";
conf.song_list_format = "{{%a - }{%t}|{$8%f$9}$R{$3(%l)$9}}";
conf.song_status_format = "{{(%l) }{%a - }{%t}|{%f}}";
conf.song_status_format = "{{{%a{ \"%b\"{ (%y)}} - }{%t}}|{%f}}";
conf.song_window_title_format = "{{%a - }{%t}|{%f}}";
conf.song_library_format = "{{%n - }{%t}|{%f}}";
conf.tag_editor_album_format = "{{(%y) }%b}";