summaryrefslogtreecommitdiffstats
path: root/ncmpcpp
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-05-27 00:37:58 +0200
committerGravatar Tom Willemsen2011-05-27 00:37:58 +0200
commitc84151545d640e6e0dc038a42ccf73155fd65b8b (patch)
tree4f89dd2957f387c2b30acf351ab4cefdf3db39b3 /ncmpcpp
parent7d61f23ddd80dd01c620495bb796ec1321622215 (diff)
downloaddotfiles-c84151545d640e6e0dc038a42ccf73155fd65b8b.tar.gz
dotfiles-c84151545d640e6e0dc038a42ccf73155fd65b8b.zip
NCMPCPP: Changed layout and set column-mode to default
Diffstat (limited to 'ncmpcpp')
-rw-r--r--ncmpcpp/config12
1 files changed, 6 insertions, 6 deletions
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"
#