You are not logged in.
While building fortune-mod packages I found this little tool. It should display fortune cookies inside root window. Run popupfortune -h for help.
Note: I can't test it right now because in xfce4 root window is controlled by xfce4 and though I know the app works I can't see the fortunes (they are "under" the desktop). Plese check if it works ok in your favourite wm/de and post comments below.
pkgname=popupfortune
pkgver=2
pkgrel=1
pkgdesc="Python application which displays fortune cookies in root window"
url="http://mterry.name/popupfortune/"
depends=('python-xlib')
source=(http://mterry.name/popupfortune/$pkgname-$pkgver.tgz)
md5sums=('65a4b9e599256421919644a3e5e31e14')
build() {
install -D -m755 $startdir/src/$pkgname/$pkgname.py
$startdir/pkg/usr/bin/$pkgname
}Offline