I track stuff to last.fm now soo yeah

This commit is contained in:
vibikim 2021-05-12 13:49:03 +03:00
parent 4135c67184
commit 36dd381536

View file

@ -6,6 +6,7 @@ if [ -z "`pgrep -x $1`" ]; then
sleep 1 sleep 1
mpd-mpris & mpd-mpris &
mpd-rpc --no-idle --dont-broadcast-the-paused-state & mpd-rpc --no-idle --dont-broadcast-the-paused-state &
mpdscribble &
#those tho will kill themselves when mpd gets killed so we're good #those tho will kill themselves when mpd gets killed so we're good
fi fi
notify-send $1 "is now enabled" notify-send $1 "is now enabled"