NCMPCPP: Changed layout and set column-mode to default

This commit is contained in:
Tom Willemsen 2011-05-27 00:37:58 +02:00
parent 7d61f23ddd
commit c84151545d

View file

@ -64,9 +64,9 @@ mpd_music_dir = "/mnt/music/mp3"
## ##
## Note: colors can be nested. ## 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}" #song_library_format = "{%n - }{%t}|{%f}"
# #
@ -137,7 +137,7 @@ now_playing_suffix = ""
## E.g. {lr} will give you right aligned column of lengths. ## 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 ##### ##### various settings #####
# #
@ -152,7 +152,7 @@ now_playing_suffix = ""
# #
#playlist_show_remaining_time = "no" #playlist_show_remaining_time = "no"
# #
#playlist_display_mode = "classic" (classic/columns) playlist_display_mode = "columns" #(classic/columns)
# #
#browser_display_mode = "classic" (classic/columns) #browser_display_mode = "classic" (classic/columns)
# #
@ -264,9 +264,9 @@ allow_physical_directories_deletion = "yes"
# #
#state_flags_color = "default" #state_flags_color = "default"
# #
#main_window_color = "yellow" main_window_color = "default"
# #
#color1 = "white" #color1 = "green"
# #
#color2 = "green" #color2 = "green"
# #