4 years ago
After getting slightly more pissed than normal, I finally decided to find a solution...It was quick, no later than 5 minutes from my initial search was I already led to this.
being random, e-learning was "fun"...
being even more random, I finally learnt about /usr/bin/notify-send and is having fun with /usr/bin/fortune
I wrote up a small script for fun:
#!/bin/sh
fort=$(fortune)
/usr/bin/notify-send "Fortune" "$fort"
Anyone knows how to improve it, please comment.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment