#!/bin/sh ICON="$XDG_DATA_HOME/icons/Haiku/scalable/apps/evolution-calendar.svg" notify-send -u low -t 5000 -i "$ICON" "$(date +'%A %d de %B %H:%M')"