diff options
Diffstat (limited to '.config/ncmpcpp/config')
-rw-r--r-- | .config/ncmpcpp/config | 2 |
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 | ## |
273 | execute_on_song_change = notify-send "$(mpc current)" --app-name="ncmpcpp" --icon="folder-music" | 273 | execute_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 |