#!/bin/sh

# So this script is executed when new song is played in mpd.

current_song=$(mpc current)

notify-send -i ~/.local/share/icons/drops/music.png "$current_song"
