scripts/notifs/time
devaine 9b374bb70d
feat: added notifications & daemons + simplified naming
notifications are for `dunst` a notification handler for my setup
I added volume, charging, battery, time, and brightness notifications
2025-04-26 10:22:34 -05:00

4 lines
100 B
Bash
Executable file

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