Dotfiles/bin/notifications/datetime
2019-05-17 12:52:12 +01:00

3 lines
71 B
Bash
Executable file

#!/usr/bin/env bash
notify-send "$(date '+%T')" "$(date '+%A %d %Y')"