From 475b580549e14fd9730dafd9f213070f651790e6 Mon Sep 17 00:00:00 2001
From: NeodarZ <neodarz@neodarz.ovh>
Date: Thu, 16 Feb 2017 01:28:45 +0100
Subject: Remove color

---
 ncmpcpp/.ncmpcpp/config | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'ncmpcpp/.ncmpcpp/config')

diff --git a/ncmpcpp/.ncmpcpp/config b/ncmpcpp/.ncmpcpp/config
index 96f1e1d..533a25a 100644
--- a/ncmpcpp/.ncmpcpp/config
+++ b/ncmpcpp/.ncmpcpp/config
@@ -14,9 +14,9 @@ external_editor = "/usr/bin/vim"
 
 # █▓▒░ MPD Settings
 mpd_crossfade_time = "3"
-mpd_music_dir = "~/music"
-mpd_host = "127.0.0.1"
-mpd_port = "6601"
+mpd_music_dir = "/home/music"
+mpd_host = "localhost"
+mpd_port = "6600"
 
 # █▓▒░ Visualizer
 visualizer_look = "▒░"
@@ -35,13 +35,13 @@ main_window_highlight_color = "magenta"
 active_column_color = "black"
 header_visibility = "no"
 statusbar_visibility = "yes"
-colors_enabled = "yes"
+colors_enabled = "no"
 now_playing_prefix = "> "
 #now_playing_suffix = ""
 autocenter_mode = "yes"
 centered_cursor = "yes"
 progressbar_color = "black"
-progressbar_elapsed_color = "yellow"
+progressbar_elapsed_color = "cyan"
 progressbar_look = "▒▓░"
 titles_visibility = "no"
 mouse_support = "no"
-- 
cgit v1.2.1