From 2201e57ffb46f72a3e79a090f304829edfd55e06 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 11 Feb 2025 21:37:25 +0100 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdac7cc..2955e91 100644 --- a/README.md +++ b/README.md @@ -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!" ```