From 7f0b126aa8bf1fa63fb6fc99769a2f7db65981ea Mon Sep 17 00:00:00 2001 From: Erik Sandström Date: Mon, 4 Aug 2014 23:12:58 +0200 Subject: added 2 config files --- ncmpcpp | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ncmpcpp (limited to 'ncmpcpp') diff --git a/ncmpcpp b/ncmpcpp new file mode 100644 index 0000000..c80cd66 --- /dev/null +++ b/ncmpcpp @@ -0,0 +1,28 @@ +//MPD Settings + mpd_crossfade_time = "3" + mpd_music_dir = "~/Music" + +//Visualizer + visualizer_fifo_path = "/tmp/mpd.fifo" + visualizer_sync_interval = "1" + visualizer_output_name = "Visualizer" + visualizer_type = "wave" (spectrum/wave) + +//Display Settings + 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 = "yes" + 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" -- cgit v1.2.3-54-g00ecf