aboutsummaryrefslogtreecommitdiffstats
path: root/ncmpcpp
diff options
context:
space:
mode:
Diffstat (limited to 'ncmpcpp')
-rw-r--r--ncmpcpp28
1 files changed, 28 insertions, 0 deletions
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"