From 56560fd597f94dfe6fe5fa79648398ab29d05775 Mon Sep 17 00:00:00 2001
From: xero <x@xero.nu>
Date: Mon, 14 Jul 2014 13:23:05 -0400
Subject: updated repo to manage dotfiles via gnu stow, the symlink farm
 manager. happy birthday commit! :birthday: :sparkles:

---
 ncmpcpp/.ncmpcpp/config | 75 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 75 insertions(+)
 create mode 100644 ncmpcpp/.ncmpcpp/config

(limited to 'ncmpcpp/.ncmpcpp/config')

diff --git a/ncmpcpp/.ncmpcpp/config b/ncmpcpp/.ncmpcpp/config
new file mode 100644
index 0000000..b4ac743
--- /dev/null
+++ b/ncmpcpp/.ncmpcpp/config
@@ -0,0 +1,75 @@
+#  ████     ██   ██████  ████     ████ ███████    ██████  ███████  ███████ 
+# ░██░██   ░██  ██░░░░██░██░██   ██░██░██░░░░██  ██░░░░██░██░░░░██░██░░░░██
+# ░██░░██  ░██ ██    ░░ ░██░░██ ██ ░██░██   ░██ ██    ░░ ░██   ░██░██   ░██
+# ░██ ░░██ ░██░██       ░██ ░░███  ░██░███████ ░██       ░███████ ░███████ 
+# ░██  ░░██░██░██       ░██  ░░█   ░██░██░░░░  ░██       ░██░░░░  ░██░░░░  
+# ░██   ░░████░░██    ██░██   ░    ░██░██      ░░██    ██░██      ░██      
+# ░██    ░░███ ░░██████ ░██        ░██░██       ░░██████ ░██      ░██      
+# ░░      ░░░   ░░░░░░  ░░         ░░ ░░         ░░░░░░  ░░       ░░       
+#
+# █▓▒░ Setup
+  ncmpcpp_directory = "/home/xero/.ncmpcpp"
+  #lyrics_directory = /home/xero/.lyrics
+  mpd_music_dir = "/home/xero/music"
+  external_editor = "/usr/bin/nano"
+
+# █▓▒░ MPD Settings
+  mpd_crossfade_time = "3"
+  mpd_music_dir = "/home/xero/music"
+
+# █▓▒░ Visualizer
+  visualizer_look = "▒░"
+  visualizer_color = "white"
+  visualizer_in_stereo = "yes"
+  visualizer_fifo_path = "/tmp/mpd.fifo"
+  visualizer_sync_interval = "1"
+  visualizer_output_name = "my_fifo"
+  visualizer_type = "spectrum" #"wave" 
+
+# █▓▒░ Display Settings
+  song_list_format = "{$7%a $1> $6}{%t$1$R$b} [{%l}]"
+  song_status_format = "$7%a $1$b> $6%t $1$b> $2%b$1"
+  statusbar_color = "black"
+  visualizer_color = "cyan"
+  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"
+  user_interface = "classic" #"alternative"
+
+# █▓▒░ cheat sheet
+# %l - length
+# %f - filename
+# %D - directory
+# %a - artist
+# %t - title
+# %b - album
+# %y - year
+# %n - track number (01/12 -> 01)
+# %N - full track info (01/12 -> 01/12)
+# %g - genre
+# %c - composer
+# %p - performer
+# %d - disc
+# %C - comment
+# $R - begin right alignment
+# █▓▒░ colors
+# $0 - default window color
+# $1 - black
+# $2 - red
+# $3 - green
+# $4 - yellow
+# $5 - blue
+# $6 - magenta
+# $7 - cyan
+# $8 - white
+# $9 - end of current color
-- 
cgit v1.2.1