#!/bin/sh
[ -f /var/cache/lastlog-notification/$UID ] && notify-send "Last login" "$(date -d @$(cat /var/cache/lastlog-notification/$UID))" ||:
