This commit is contained in:
Daniel Langbein 2025-02-11 21:37:25 +01:00
parent 62e65282b7
commit 2201e57ffb
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -11,5 +11,5 @@ nix-shell -p libnotify
```
```shell
sleep 30m
notify-send -u critical -a PleaseDisturbTimer Alert "Time is over!"
notify-send -u critical -a PleaseDisturbTimer "Alert" "Time is over!"
```