aboutsummaryrefslogtreecommitdiff
path: root/.ncmpcpp/config
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-07-14 13:23:05 -0400
committerxero <x@xero.nu>2014-07-14 13:23:05 -0400
commit56560fd597f94dfe6fe5fa79648398ab29d05775 (patch)
tree7e77d23be98b2df8ef847f49ee645085356305be /.ncmpcpp/config
parent1434c859bcf94a0bbee88e72c8a01849d0356293 (diff)
downloaddotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.tar.xz
dotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.zip
updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles:
Diffstat (limited to '.ncmpcpp/config')
-rw-r--r--.ncmpcpp/config75
1 files changed, 0 insertions, 75 deletions
diff --git a/.ncmpcpp/config b/.ncmpcpp/config
deleted file mode 100644
index b4ac743..0000000
--- a/.ncmpcpp/config
+++ /dev/null
@@ -1,75 +0,0 @@
-# ████ ██ ██████ ████ ████ ███████ ██████ ███████ ███████
-# ░██░██ ░██ ██░░░░██░██░██ ██░██░██░░░░██ ██░░░░██░██░░░░██░██░░░░██
-# ░██░░██ ░██ ██ ░░ ░██░░██ ██ ░██░██ ░██ ██ ░░ ░██ ░██░██ ░██
-# ░██ ░░██ ░██░██ ░██ ░░███ ░██░███████ ░██ ░███████ ░███████
-# ░██ ░░██░██░██ ░██ ░░█ ░██░██░░░░ ░██ ░██░░░░ ░██░░░░
-# ░██ ░░████░░██ ██░██ ░ ░██░██ ░░██ ██░██ ░██
-# ░██ ░░███ ░░██████ ░██ ░██░██ ░░██████ ░██ ░██
-# ░░ ░░░ ░░░░░░ ░░ ░░ ░░ ░░░░░░ ░░ ░░
-#
-# █▓▒░ 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