From 43d9db03fc99d4bb5030d198e3368186017a297d Mon Sep 17 00:00:00 2001 From: Cryolitia PukNgae Date: Mon, 16 Sep 2024 00:27:59 +0800 Subject: [PATCH] docs(bgnotify): add docs for `bgnotify_extraargs` --- plugins/bgnotify/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/bgnotify/README.md b/plugins/bgnotify/README.md index 33d529f15..1389def86 100644 --- a/plugins/bgnotify/README.md +++ b/plugins/bgnotify/README.md @@ -38,6 +38,7 @@ One can configure a few things: - `bgnotify_bell` enabled or disables the terminal bell (default true) - `bgnotify_threshold` sets the notification threshold time (default 6 seconds) - `function bgnotify_formatted` lets you change the notification. You can for instance customize the message and pass in an icon. +- `bgnotify_extraargs` appends extra args to notifier (e.g. `-e` for notify-send to create a transient notification) Use these by adding a function definition before the your call to source. Example: