aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.ovh>2017-02-16 01:28:45 +0100
committerNeodarZ <neodarz@neodarz.ovh>2017-02-16 01:28:45 +0100
commit475b580549e14fd9730dafd9f213070f651790e6 (patch)
treebfdc6e0d3ce0923026635a1b32214ddff76909ec
parent07643e33796578d55456c0c360b4f07b5db3fe21 (diff)
downloaddotfiles_ascii-475b580549e14fd9730dafd9f213070f651790e6.tar.xz
dotfiles_ascii-475b580549e14fd9730dafd9f213070f651790e6.zip
Remove color
-rw-r--r--ncmpcpp/.ncmpcpp/config10
1 files changed, 5 insertions, 5 deletions
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"