dndbuster-rust/README.md
2025-02-11 18:22:04 +01:00

16 lines
286 B
Markdown

# pdt - PleaseDisturbTimer
A timer that notifies you - even if "do not disturb" is enabled.
## Alternatives
https://man.archlinux.org/man/notify-send.1.en
```shell
nix-shell -p libnotify
```
```shell
sleep 30m
notify-send -u critical -a PleaseDisturbTimer Alert "Time is over!"
```