dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 75321217939825fdb4d45bcde10bec985876ab37
parent 72f0ae6f34612932c17f9859853b4f8c337436ab
Author: pyratebeard <root@pyratebeard.net>
Date:   Sun, 14 Apr 2019 18:12:36 +0100

updated ncmpcpp config

Diffstat:
Mncmpcpp/.ncmpcpp/config | 46+++++++++++++++++++---------------------------
1 file changed, 19 insertions(+), 27 deletions(-)

diff --git a/ncmpcpp/.ncmpcpp/config b/ncmpcpp/.ncmpcpp/config @@ -1,57 +1,49 @@ -# '##::: ##::'######::'##::::'##:'########:::'######::'########::'########:: -# ###:: ##:'##... ##: ###::'###: ##.... ##:'##... ##: ##.... ##: ##.... ##: -# ####: ##: ##:::..:: ####'####: ##:::: ##: ##:::..:: ##:::: ##: ##:::: ##: -# ## ## ##: ##::::::: ## ### ##: ########:: ##::::::: ########:: ########:: -# ##. ####: ##::::::: ##. #: ##: ##.....::: ##::::::: ##.....::: ##.....::: -# ##:. ###: ##::: ##: ##:.:: ##: ##:::::::: ##::: ##: ##:::::::: ##:::::::: -# ##::. ##:. ######:: ##:::: ##: ##::::::::. ######:: ##:::::::: ##:::::::: -# ..::::..:::......:::..:::::..::..::::::::::......:::..:::::::::..::::::::: -# Setup +# ░█▀█░█▀▀░█▄█░█▀█░█▀▀░█▀█░█▀█░░ +# ░█░█░█░░░█░█░█▀▀░█░░░█▀▀░█▀▀░░ +# ░▀░▀░▀▀▀░▀░▀░▀░░░▀▀▀░▀░░░▀░░░░ + +# setup ncmpcpp_directory = "~/.ncmpcpp" -#lyrics_directory = "~/.lyrics" external_editor = "/usr/bin/vim" -# MPD Settings +# mpd settings mpd_crossfade_time = "3" mpd_music_dir = "~/lib/music" mpd_host = "127.0.0.1" mpd_port = "6601" -# Visualizer -visualizer_look = "▒░" -visualizer_color = "white" +# visualizer +visualizer_look = " |" +visualizer_color = "cyan,blue,magenta,yellow" visualizer_in_stereo = "yes" visualizer_fifo_path = "~/.mpd/mpd.fifo" visualizer_sync_interval = "10" visualizer_output_name = "mpd spectrum" visualizer_type = "spectrum" -# Display Settings -song_list_format = "$8{%n} {%t} $R [{%l}] " -song_columns_list_format = "(3f)[white]{n} (40)[white]{t|f} (25)[white]{a} (30)[white]{b} (4f)[white]{l}" +# display settings +song_columns_list_format = "(3f)[blue]{n} (40)[magenta]{t|f} (25)[green]{a} (30)[cyan]{b} (4f)[yellow]{l}" song_status_format = "$7%a $6$b> $6%t $6$b> $2%b$6" statusbar_color = "white" main_window_color = "cyan" -main_window_highlight_color = "magenta" -active_column_color = "cyan" header_visibility = "no" -statusbar_visibility = "yes" +statusbar_visibility = "no" colors_enabled = "yes" -now_playing_prefix = "$r$b" -now_playing_suffix = "$/b$/r" +now_playing_prefix = "$u$2" +now_playing_suffix = "$2$/u$2" autocenter_mode = "yes" centered_cursor = "yes" progressbar_color = "black" -progressbar_elapsed_color = "white" -progressbar_look = "▃▃ " +progressbar_elapsed_color = "green" +progressbar_look = "───" titles_visibility = "no" mouse_support = "no" discard_colors_if_item_is_selected = "yes" -user_interface = "alternative" +user_interface = "classic" playlist_display_mode = "columns" search_engine_display_mode = "columns" -# Cheat sheet +# cheat sheet # %l - length # %f - filename # %D - directory @@ -67,7 +59,7 @@ search_engine_display_mode = "columns" # %d - disc # %C - comment # $R - begin right alignment -# Colors +# colors # $0 - default window color # $1 - black # $2 - red