PDA

View Full Version : [ubuntu] How to display a TEXT popup to lower right corner, few seconds?



frenchn00b
July 24th, 2010, 10:56 PM
Hello,

When I change my music song with mpd, I would like a popup to say bottom right the name of the song.

is there a program in the repositories that does that? plz from repositories :)

Thank you !!!

Best regards

frenchn00b
July 24th, 2010, 11:14 PM
apt-get install libnotify-bin

nowplaying.sh


audacious2 "$1"
notify-send "Song: `audtool --current-song`"


SOLVED