18 lines
382 B
Markdown
18 lines
382 B
Markdown
# DnDBuster - Do not Disturb Buster
|
|
|
|
A timer that notifies you - even if "do not disturb" is enabled.
|
|
|
|
Note: notification doesn't work as .desktop entry is missing. See dndbuster-python.
|
|
|
|
## 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!"
|
|
```
|