~jconti/recent-notifications/trunk

« back to all changes in this revision

Viewing changes to send-notifications.sh

  • Committer: Jason Conti
  • Date: 2011-05-18 21:17:09 UTC
  • Revision ID: jason.conti@gmail.com-20110518211709-inr5d289rvcabeor
Removing the indicator directory. indicator-notifications is now hosted at lp:recent-notifications/indicator. Also cleaned up the root directory a bit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
notify-send "This is a test" "This is a test and http://www.yahoo.com/ also http://www.slashdot.org"
3
 
sleep 1
4
 
 
5
 
notify-send "Dinner Time" "This test is a slightly longer message that will probably be wrapped. http://www.google.com is also a link."
6
 
sleep 1
7
 
 
8
 
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."
9
 
sleep 1