scripts/archived/notifs/time
2026-03-05 01:06:55 -06:00

4 lines
100 B
Bash
Executable file

#!/bin/bash
CURRENT_TIME=$(date)
notify-send "Date / Time Info:" "${CURRENT_TIME}" -t 5000 -r 9991