diff options
-rw-r--r-- | .config/mpd/mpd.conf | 2 | ||||
l--------- | .config/systemd/user/sockets.target.wants/pulseaudio.socket | 1 | ||||
-rw-r--r-- | .ncmpcpp/config | 21 |
3 files changed, 18 insertions, 6 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 42ff040..a05c44e 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -25,7 +25,7 @@ audio_output { audio_output { type "fifo" name "mpd_fifo" - path "/tmp/mpd.fifo" + path "/tmp/dave/mpd.fifo" format "44100:16:2" } diff --git a/.config/systemd/user/sockets.target.wants/pulseaudio.socket b/.config/systemd/user/sockets.target.wants/pulseaudio.socket deleted file mode 120000 index b166523..0000000 --- a/.config/systemd/user/sockets.target.wants/pulseaudio.socket +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/user/pulseaudio.socket
\ No newline at end of file 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 = ●▮ |