From 8d9b3f75d39329e2662c31b06a700e3cc0d07de5 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 25 Mar 2015 21:04:36 +0100 Subject: .ncmpcpp/config: Adding some eyecandy for the visualizer and progressbar, adding external_editor (vim of course), setting default screen lock width to 50(%) --- .ncmpcpp/config | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/.ncmpcpp/config b/.ncmpcpp/config index 80c0434..b60d017 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -2,6 +2,10 @@ mpd_music_dir = "~/.mpd/folders" mpd_crossfade_time = "1" +# EDITOR +external_editor = "/usr/bin/vim" +use_console_editor = "yes" + ## SCRIPT #execute_on_song_change = "notify_mpc > /dev/null" @@ -35,12 +39,19 @@ ignore_leading_the = "no" mouse_support = "yes" autocenter_mode = "yes" centered_cursor = "yes" -progressbar_look = " " + +# PROGRESSBAR +progressbar_look = "<|>" +progressbar_color = "red" +progressbar_elapsed_color = "cyan" + #default_space_mode = "select" header_visibility = "no" statusbar_visibility = "no" titles_visibility = "no" #screen_switcher_mode = "sequence: 2 -> 3 -> 9 -> 10" +locked_screen_width_part = 50 +ask_for_locked_screen_width_part = "no" empty_tag_marker = "" #LASTFM @@ -48,8 +59,10 @@ lastfm_preferred_language = "en" visualizer_in_stereo = "yes" -visualizer_fifo_path = "/tmp/mpd.fifo" +visualizer_fifo_path = "/tmp/dave/mpd.fifo" visualizer_output_name = "mpd_fifo" -visualizer_sync_interval = "30" -visualizer_type = "spectrum" # spectrum/wave +visualizer_sample_multiplier = "1" +visualizer_sync_interval = 10 +visualizer_type = "wave" # spectrum/wave visualizer_color = "blue" +visualizer_look = ●▮ -- cgit v1.2.3-54-g00ecf