From de7142b616b471ac736d01b0c67805401c98efa7 Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Fri, 3 Nov 2017 09:56:44 +0100
Subject: Add ncmpcpp conf

---
 ncmpcpp/.ncmpcpp/config | 60 +++++++++++++++++++++++++++++++++++--------------
 1 file changed, 43 insertions(+), 17 deletions(-)

diff --git a/ncmpcpp/.ncmpcpp/config b/ncmpcpp/.ncmpcpp/config
index 5e3cc00..c18149e 100644
--- a/ncmpcpp/.ncmpcpp/config
+++ b/ncmpcpp/.ncmpcpp/config
@@ -8,47 +8,73 @@
 # ░░      ░░░   ░░░░░░  ░░         ░░ ░░         ░░░░░░  ░░       ░░       
 #
 # █▓▒░ Setup
-ncmpcpp_directory = "~/.ncmpcpp"
+#ncmpcpp_directory = "~/.ncmpcpp"
 #lyrics_directory = "~/.lyrics"
 external_editor = "/usr/bin/vim"
 
 # █▓▒░ MPD Settings
-mpd_crossfade_time = "3"
-mpd_music_dir = "/home/music"
+#mpd_crossfade_time = "3"
+#mpd_music_dir = "/home/music"
 mpd_host = "localhost"
 mpd_port = "6601"
 
 # █▓▒░ Visualizer
 visualizer_look = "▒░"
-visualizer_color = "cyan"
+#visualizer_color = "cyan"
+visualizer_output_name = "my_fifo"
 visualizer_in_stereo = "yes"
 visualizer_fifo_path = "/tmp/mpd.fifo"
 visualizer_sync_interval = "10"
-visualizer_output_name = "mpd spectrum"
 
 
 # █▓▒░ Display Settings
-song_list_format = "{$7%a $6> $5}{%t$6$R$b} [{%l}]"
-song_status_format = "$7%a $6$b> $5%t $6$b> $2%b$6"
-statusbar_color = "black"
-main_window_color = "cyan"
-main_window_highlight_color = "magenta"
-active_column_color = "black"
+#song_list_format = "{$7%a $6> $5}{%t$6$R$b} [{%l}]"
+#song_status_format = "$7%a $6$b> $5%t $6$b> $2%b$6"
+#statusbar_color = "black"
+#main_window_color = "white"
+#main_window_highlight_color = "magenta"
+#active_column_color = "black"
 header_visibility = "no"
 statusbar_visibility = "yes"
-colors_enabled = "no"
+#colors_enabled = "no"
 now_playing_prefix = "> "
-#now_playing_suffix = ""
+now_playing_suffix = ""
 autocenter_mode = "yes"
 centered_cursor = "yes"
 progressbar_color = "black"
-progressbar_elapsed_color = "cyan"
+#progressbar_elapsed_color = "white"
 progressbar_look = "▒▓░"
-titles_visibility = "no"
+#titles_visibility = "no"
 mouse_support = "no"
 discard_colors_if_item_is_selected = "yes"
-user_interface = "classic"
-playlist_display_mode = "classic"
+user_interface = "alternative"
+#playlist_display_mode = "classic"
+
+clock_display_seconds = "yes"
+
+## I dont't like columns ##
+#playlist_display_mode = "classic"
+#browser_display_mode = "classic"
+#search_engine_display_mode = "classic"
+
+#playlist_display_mode = "classic"
+#browser_display_mode = "columns"
+#search_engine_display_mode = "columns"
+#playlist_editor_display_mode = "columns"
+visualizer_type = "wave_filled"
+
+## Colots of another elements ##
+header_window_color = "white"
+volume_color = "white"
+state_line_color = "white"
+state_flags_color = "white"
+main_window_color = "white"
+#main_window_highlight_color = "white"
+progressbar_elapsed_color = "white"
+statusbar_color = "white"
+#active_column_color = "yellow"
+current_item_prefix = "$(white)$r" 
+current_item_suffix = "$/r$(end)"
 
 # █▓▒░ cheat sheet
 # %l - length
-- 
cgit v1.2.1