summaryrefslogtreecommitdiffstats
path: root/ncmpcpp
diff options
context:
space:
mode:
Diffstat (limited to 'ncmpcpp')
-rw-r--r--ncmpcpp/.ncmpcpp/config51
1 files changed, 51 insertions, 0 deletions
diff --git a/ncmpcpp/.ncmpcpp/config b/ncmpcpp/.ncmpcpp/config
new file mode 100644
index 0000000..4c3da96
--- /dev/null
+++ b/ncmpcpp/.ncmpcpp/config
@@ -0,0 +1,51 @@
+mpd_music_dir = "~/music"
+ mpd_connection_timeout = "5"
+ mpd_crossfade_time = "5"
+ playlist_disable_highlight_delay = "0"
+ playlist_display_mode = "columns"
+ browser_display_mode = "columns"
+ incremental_seeking = "yes"
+ autocenter_mode = "yes"
+ header_visibility = "yes"
+ statusbar_visibility = "yes"
+ fancy_scrolling = "yes"
+ follow_now_playing_lyrics = "yes"
+ display_screens_numbers_on_start = "yes"
+ ignore_leading_the = "yes"
+ lyrics_database = "1"
+ song_columns_list_format = "(10)[blue]{l} (30)[green]{a} (30)[magenta]{b} (50)[yellow]{t}"
+ colors_enabled = "yes"
+ main_window_color = "white"
+ header_window_color = "cyan"
+ volume_color = "red"
+ progressbar_color = "cyan"
+ statusbar_color = "white"
+ color1 = "cyan"
+ color2 = "cyan"
+ active_column_color = "cyan"
+ active_window_border = "blue"
+
+visualizer_fifo_path = "/tmp/mpd.fifo"
+visualizer_output_name = "my_fifo"
+visualizer_sync_interval = "30"
+visualizer_in_stereo = "yes"
+#visualizer_type = "wave" (spectrum/wave)
+visualizer_type = "spectrum" (spectrum/wave)
+
+song_list_format = "{$7%a $1• $6}{%t}"
+ song_status_format = "$7%a $1• $6%t $1• $2%b$1"
+ statusbar_color = "black"
+ visualizer_color = "red"
+ main_window_highlight_color = "red"
+ header_visibility = "no"
+ statusbar_visibility = "yes"
+ colors_enabled = "yes"
+ display_screens_numbers_on_start = "no"
+ now_playing_prefix = "-> "
+ now_playing_suffix = " "
+ autocenter_mode = "yes"
+ centered_cursor = "yes"
+ progressbar_look = "─- "
+ titles_visibility = "no"
+ mouse_support = "no"
+ discard_colors_if_item_is_selected = "yes"