diff options
author | David Runge <david.runge@frqrec.com> | 2014-05-05 17:25:44 +0200 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-05-05 17:25:44 +0200 |
commit | 797f8bd4471678d95b1ab4c06a84d5973f2d7cae (patch) | |
tree | 7c56b09111aa6306999aae73e1f6df0dd1499a94 /.ncmpcpp/config | |
parent | 579ed70204a34e6db9ec7b55e769ed3fd5239467 (diff) | |
download | dotfiles-797f8bd4471678d95b1ab4c06a84d5973f2d7cae.tar.gz dotfiles-797f8bd4471678d95b1ab4c06a84d5973f2d7cae.tar.bz2 dotfiles-797f8bd4471678d95b1ab4c06a84d5973f2d7cae.tar.xz dotfiles-797f8bd4471678d95b1ab4c06a84d5973f2d7cae.zip |
Changing columns, removing unneeded settings
Diffstat (limited to '.ncmpcpp/config')
-rw-r--r-- | .ncmpcpp/config | 13 |
1 files changed, 3 insertions, 10 deletions
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" |