commit e55427117bdb2bc42fb1d9069179d53c53a9ff48
parent aee3ab2ac06defae747125c62e249b99322fe5f3
Author: pyratebeard <root@pyratebeard.net>
Date: Wed, 20 Sep 2017 13:37:56 +0100
now_playing_prefix to double chevron, remove suffix. progressbar_elapsed_color to white and changed look
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/ncmpcpp/.ncmpcpp/config b/ncmpcpp/.ncmpcpp/config
@@ -19,11 +19,12 @@ mpd_port = "6601"
# Visualizer
visualizer_look = "▒░"
-visualizer_color = "cyan"
+visualizer_color = "white"
visualizer_in_stereo = "yes"
visualizer_fifo_path = "~/.mpd/mpd.fifo"
visualizer_sync_interval = "10"
visualizer_output_name = "mpd spectrum"
+visualizer_type = "spectrum"
# Display Settings
song_list_format = "{$7%a $6> $5}{%t$6$R$b} [{%l}]"
@@ -35,13 +36,12 @@ active_column_color = "cyan"
header_visibility = "no"
statusbar_visibility = "yes"
colors_enabled = "yes"
-now_playing_prefix = "> "
-#now_playing_suffix = ""
+now_playing_prefix = ">> "
autocenter_mode = "yes"
centered_cursor = "yes"
progressbar_color = "black"
-progressbar_elapsed_color = "yellow"
-progressbar_look = "─╼ "
+progressbar_elapsed_color = "white"
+progressbar_look = "▒▓░"
titles_visibility = "no"
mouse_support = "no"
discard_colors_if_item_is_selected = "yes"