From 797f8bd4471678d95b1ab4c06a84d5973f2d7cae Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 5 May 2014 17:25:44 +0200 Subject: Changing columns, removing unneeded settings --- .ncmpcpp/config | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to '.ncmpcpp') diff --git a/.ncmpcpp/config b/.ncmpcpp/config index 36a75aa..9be9957 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -1,5 +1,5 @@ # MPD -mpd_music_dir = "~/.mpd/folders/" +mpd_music_dir = "~/.mpd/folders" mpd_crossfade_time = "1" ## SCRIPT @@ -14,7 +14,7 @@ search_engine_display_mode = "columns" #song_library_format = "{%n - }{%t}|{%f}" #song_list_format = "{%a - }{%b [%y] - }{%t}|{$8%f$9}$R{$3(%l)$9}" song_list_format = "$3{%A }|{%a }$7{%b }$0{%t}| $4$R{%7l}$9" -song_columns_list_format = "(7f)[green]{l} (25)[cyan]{a} (30)[green]{t|f} (30)[cyan]{b} (5)[green]{y}" +song_columns_list_format = "(25)[cyan]{a} (5f)[green]{y} (30)[cyan]{b} (3f)[green]{n} (30)[cyan]{t|f} (6f)[red]{l}" ## COLOR header_window_color = "cyan" @@ -31,7 +31,7 @@ fetch_lyrics_for_current_song_in_background = "yes" user_interface = "alternative" now_playing_prefix = "$r" now_playing_suffix = "$/r" -#ignore_leading_the = "yes" +ignore_leading_the = "no" mouse_support = "yes" autocenter_mode = "yes" centered_cursor = "yes" @@ -45,13 +45,6 @@ empty_tag_marker = "" #LASTFM lastfm_preferred_language = "en" -## VISUALIZER -# mpd.conf -#audio_output { -# type "fifo" -# name "my_fifo" -# path "/tmp/mpd.fifo" -#} visualizer_in_stereo = "yes" visualizer_fifo_path = "/tmp/mpd.fifo" visualizer_output_name = "mpd_fifo" -- cgit v1.2.3-54-g00ecf