From c84151545d640e6e0dc038a42ccf73155fd65b8b Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 27 May 2011 00:37:58 +0200 Subject: NCMPCPP: Changed layout and set column-mode to default --- ncmpcpp/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ncmpcpp/config') diff --git a/ncmpcpp/config b/ncmpcpp/config index f6e36f9..1393b39 100644 --- a/ncmpcpp/config +++ b/ncmpcpp/config @@ -64,9 +64,9 @@ mpd_music_dir = "/mnt/music/mp3" ## ## Note: colors can be nested. ## -song_list_format = "$3[%l]$9 $5%a$9 $6%t$9 $R %n $3%b$9 %y" +song_list_format = "{[$3%l$9] $5%a$9 - $6%t$9}|{%f}" # -song_status_format = "{{$5%a$9{ $3\"%b\"$9{ ($4%y$9)}} - }{$6%t$9}}|{%f}" +#song_status_format = "{{$5%a$9{ $3\"%b\"$9{ ($4%y$9)}} - }{$6%t$9}}|{%f}" # #song_library_format = "{%n - }{%t}|{%f}" # @@ -137,7 +137,7 @@ now_playing_suffix = "" ## E.g. {lr} will give you right aligned column of lengths. ## # -#song_columns_list_format = "(7f)[green]{l} (25)[cyan]{a} (40)[]{t} (30)[red]{b}" +song_columns_list_format = "(10f)[green]{lr} (25)[cyan]{aE} (40)[]{t} (30)[red]{b}" # ##### various settings ##### # @@ -152,7 +152,7 @@ now_playing_suffix = "" # #playlist_show_remaining_time = "no" # -#playlist_display_mode = "classic" (classic/columns) +playlist_display_mode = "columns" #(classic/columns) # #browser_display_mode = "classic" (classic/columns) # @@ -264,9 +264,9 @@ allow_physical_directories_deletion = "yes" # #state_flags_color = "default" # -#main_window_color = "yellow" +main_window_color = "default" # -#color1 = "white" +#color1 = "green" # #color2 = "green" # -- cgit v1.2.3-54-g00ecf