clicky...

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.

0 comments: