Files
dotfiles/.local/bin/panel/date.sh
T
2021-02-25 20:16:07 +01:00

7 lines
78 B
Bash
Executable File

#!/bin/sh
DATE="$(date +'%A, %B %d, %Y')"
notify-send -r 3 "Date" "\
$DATE"