From c6bfbc49304afbd9d09ed597a4ccb1a09c59a0f9 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 5 Apr 2021 00:22:54 +0300 Subject: ncmpcpp: add pizzazz to song notifications --- .config/ncmpcpp/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index b55c758..8f6e3ad 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -270,7 +270,7 @@ song_list_format = {%a - }{%t}|{$8%f$9}$R{$3(%l)$9} ## Note: Custom command that will be executed each time song changes. Useful for ## notifications etc. ## -execute_on_song_change = notify-send "$(mpc current)" --app-name="ncmpcpp" --icon="folder-music" +execute_on_song_change = notify-send "$(mpc --format '🎤 %artist%\n🎺 %title%' current)" --app-name="ncmpcpp" --icon="folder-music" # ## ## Note: Custom command that will be executed each time player state -- cgit v1.2.3-70-g09d2