commit ddaf834d1701dfc14456d09177dcfbb11dac9970
parent 67d2b3b6cf6b843b2687e436a8656f25fb31a052
Author: pyratebeard <root@pyratebeard.net>
Date: Wed, 26 Jul 2017 18:31:35 +0100
new progressbar style. statusbar color to white
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ncmpcpp/.ncmpcpp/config b/ncmpcpp/.ncmpcpp/config
@@ -28,7 +28,7 @@ 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"
+statusbar_color = "white"
main_window_color = "cyan"
main_window_highlight_color = "magenta"
active_column_color = "cyan"
@@ -41,7 +41,7 @@ autocenter_mode = "yes"
centered_cursor = "yes"
progressbar_color = "black"
progressbar_elapsed_color = "yellow"
-progressbar_look = "▒▓░"
+progressbar_look = "─╼ "
titles_visibility = "no"
mouse_support = "no"
discard_colors_if_item_is_selected = "yes"