summaryrefslogtreecommitdiffstats
path: root/.config/ncmpcpp
diff options
context:
space:
mode:
authorYigit Sever2021-04-05 00:22:54 +0300
committerYigit Sever2021-04-05 00:24:35 +0300
commitc6bfbc49304afbd9d09ed597a4ccb1a09c59a0f9 (patch)
tree65cb4e002b90805783f2ae8d9aa4268f608c30b4 /.config/ncmpcpp
parent501784f695648ff7d1ea6cc73664129b1017884a (diff)
downloaddotfiles-c6bfbc49304afbd9d09ed597a4ccb1a09c59a0f9.tar.gz
dotfiles-c6bfbc49304afbd9d09ed597a4ccb1a09c59a0f9.tar.bz2
dotfiles-c6bfbc49304afbd9d09ed597a4ccb1a09c59a0f9.zip
ncmpcpp: add pizzazz to song notifications
diffstat (limited to '.config/ncmpcpp')
-rw-r--r--.config/ncmpcpp/config2
1 files changed, 1 insertions, 1 deletions
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}
270## Note: Custom command that will be executed each time song changes. Useful for 270## Note: Custom command that will be executed each time song changes. Useful for
271## notifications etc. 271## notifications etc.
272## 272##
273execute_on_song_change = notify-send "$(mpc current)" --app-name="ncmpcpp" --icon="folder-music" 273execute_on_song_change = notify-send "$(mpc --format '🎤 %artist%\n🎺 %title%' current)" --app-name="ncmpcpp" --icon="folder-music"
274# 274#
275## 275##
276## Note: Custom command that will be executed each time player state 276## Note: Custom command that will be executed each time player state