#!/bin/sh

_title="$(xtitle)"
if [ -z "$_title" ] ; then
	_title="Why For No Title?"
fi

notify-send -u low "'$_title'" "$(date +"  %R -- %A %d %B %Y")"


