~jconti/recent-notifications/trunk

1
2
3
4
5
6
7
8
9
#!/bin/bash
notify-send "This is a test" "This is a test and http://www.yahoo.com/ also http://www.slashdot.org"
sleep 1

notify-send "Dinner Time" "This test is a slightly longer message that will probably be wrapped. http://www.google.com is also a link."
sleep 1

notify-send "Okay last one" "And now I just keep typing and typing and typing and I wonder if this message is long enough yet probably not so I will continue a few more words okay."
sleep 1