From 0174d9e694034622825792da9d1926028f027ef2 Mon Sep 17 00:00:00 2001 From: Gero Hillebrandt Date: Thu, 25 Dec 2025 18:40:43 +0100 Subject: [PATCH] docs: add custom notification messages to README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index a289fcd..d61e3cf 100644 --- a/README.md +++ b/README.md @@ -424,6 +424,30 @@ type = "desktop" # "desktop", "log", or "none" Always keep `type = "desktop"` unless debugging. +##### Custom Notification Messages + +You can customize notification text via the `[notifications.messages]` section. + +```toml +[notifications.messages] + [notifications.messages.recording_started] + title = "Hyprvoice" + body = "Recording Started" + [notifications.messages.transcribing] + title = "Hyprvoice" + body = "Recording Ended... Transcribing" + [notifications.messages.config_reloaded] + title = "Hyprvoice" + body = "Config Reloaded" + [notifications.messages.operation_cancelled] + title = "Hyprvoice" + body = "Operation Cancelled" + [notifications.messages.recording_aborted] + body = "Recording Aborted" + [notifications.messages.injection_aborted] + body = "Injection Aborted" +``` + ### Configuration Hot-Reloading The daemon automatically watches the config file for changes and applies them immediately: