#!/usr/bin/env bash

# Get current time and date
time=$(date '+%H:%M')
date=$(date '+%A, %B %d')
year=$(date '+%Y')

# Send notification with time and full date
notify-send -t 5000 -a "clock" -u low "$time
$date
$year"