From 4c672b0f1d234b86d39a7315990c809870e086da Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Fri, 28 Nov 2014 01:41:27 -0500 Subject: [PATCH] Minor changes to ncmpcpp configuration Due to updates to the music visualizer in the latest version of ncmpcpp-git (from AUR), changed to the spectrum visualizer (they added new ones too). Fixed notifications on song change. Signed-off-by: Collin J. Doering --- .ncmpcpp/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ncmpcpp/config b/.ncmpcpp/config index 52c520c..86b04ef 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -16,7 +16,7 @@ mpd_music_dir = "/media/dm-sup/Music" #mpd_connection_timeout = "5" #execute_on_song_change = "notify-send -t 3000 \"$(ncmpcpp --now-playing '{%t\n%b - %a}|{%f}')\"" -execute_on_song_change = "notify-send -t 3000 \"$(mpc status | sed -n 1p | sed 's/ - /\n/g')\"" +execute_on_song_change = "notify-send -t 3000 "$(mpc status | sed -n 1p | sed 's/ - /\n/g')"" playlist_display_mode = "columns" browser_display_mode = "columns" search_engine_display_mode = "columns" @@ -26,4 +26,4 @@ user_interface = "alternative" visualizer_fifo_path = "/home/collin/.mpd/mpd.fifo" visualizer_output_name = "RekahSoft FIFO" visualizer_sync_interval = "30" -visualizer_type = "wave" # (spectrum/wave) +visualizer_type = "spectrum" # (spectrum/wave/wave_filled/ellipse)