From 7cf4db2d461272db4b60b7b17f61f4beb67a9b39 Mon Sep 17 00:00:00 2001 From: jmartinn Date: Fri, 17 May 2024 13:27:57 +0200 Subject: [PATCH] updated docs in addition to the readme regarding notifier --- doc/pomo.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/pomo.txt b/doc/pomo.txt index e8a10e3..6cfd12c 100644 --- a/doc/pomo.txt +++ b/doc/pomo.txt @@ -138,8 +138,7 @@ read each option carefully and customize it to your needs: }, -- The "System" notifier sends a system notification when the timer is finished. - -- Available on MacOS natively and Linux via the `libnotify-bin` package. - -- Tracking: https://github.com/epwalsh/pomo.nvim/issues/3 + -- Available on MacOS and Windows natively and on Linux via the `libnotify-bin` package. { name = "System" }, -- You can also define custom notifiers by providing an "init" function instead of a name.