From 554812336d2a6a140cdec66ad587cf9e3b71d457 Mon Sep 17 00:00:00 2001 From: xero Date: Sat, 15 Nov 2014 13:05:16 -0500 Subject: updates for new version of ncmpcpp --- ncmpcpp/.ncmpcpp/config | 65 +++++++++++++++++++++++++------------------------ 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/ncmpcpp/.ncmpcpp/config b/ncmpcpp/.ncmpcpp/config index b4ac743..9670a0e 100644 --- a/ncmpcpp/.ncmpcpp/config +++ b/ncmpcpp/.ncmpcpp/config @@ -8,43 +8,44 @@ # ░░ ░░░ ░░░░░░ ░░ ░░ ░░ ░░░░░░ ░░ ░░ # # █▓▒░ Setup - ncmpcpp_directory = "/home/xero/.ncmpcpp" - #lyrics_directory = /home/xero/.lyrics - mpd_music_dir = "/home/xero/music" - external_editor = "/usr/bin/nano" +ncmpcpp_directory = "/home/xero/.ncmpcpp" +#lyrics_directory = /home/xero/.lyrics +external_editor = "/usr/bin/vim" # █▓▒░ MPD Settings - mpd_crossfade_time = "3" - mpd_music_dir = "/home/xero/music" +mpd_crossfade_time = "3" +mpd_music_dir = "/home/xero/music" # █▓▒░ Visualizer - visualizer_look = "▒░" - visualizer_color = "white" - visualizer_in_stereo = "yes" - visualizer_fifo_path = "/tmp/mpd.fifo" - visualizer_sync_interval = "1" - visualizer_output_name = "my_fifo" - visualizer_type = "spectrum" #"wave" +visualizer_look = "▒░" +visualizer_color = "cyan" +visualizer_in_stereo = "yes" +visualizer_fifo_path = "/home/xero/.config/mpd/mpd.fifo" +visualizer_sync_interval = "1" +visualizer_output_name = "mpd spectrum" +#visualizer_type = "frequency spectrum" # █▓▒░ Display Settings - song_list_format = "{$7%a $1> $6}{%t$1$R$b} [{%l}]" - song_status_format = "$7%a $1$b> $6%t $1$b> $2%b$1" - statusbar_color = "black" - visualizer_color = "cyan" - main_window_highlight_color = "red" - header_visibility = "no" - statusbar_visibility = "yes" - colors_enabled = "yes" - display_screens_numbers_on_start = "no" - now_playing_prefix = "> " - #now_playing_suffix = "" - autocenter_mode = "yes" - centered_cursor = "yes" - progressbar_look = "▒▓░" - titles_visibility = "no" - mouse_support = "no" - discard_colors_if_item_is_selected = "yes" - user_interface = "classic" #"alternative" +song_list_format = "{$7%a $1> $6}{%t$1$R$b} [{%l}]" +song_status_format = "$7%a $1$b> $6%t $1$b> $2%b$1" +statusbar_color = "black" +main_window_color = "cyan" +main_window_highlight_color = "magenta" +active_column_color = "black" +header_visibility = "no" +statusbar_visibility = "yes" +colors_enabled = "yes" +now_playing_prefix = "> " +#now_playing_suffix = "" +autocenter_mode = "yes" +centered_cursor = "yes" +progressbar_color = "black" +progressbar_look = "▒▓░" +titles_visibility = "no" +mouse_support = "no" +discard_colors_if_item_is_selected = "yes" +user_interface = "classic" +playlist_display_mode = "classic" # █▓▒░ cheat sheet # %l - length @@ -72,4 +73,4 @@ # $6 - magenta # $7 - cyan # $8 - white -# $9 - end of current color +# $9 - end of current color \ No newline at end of file -- cgit v1.2.1