From 1b6f70b78b3a21d4d62e061ead158bd82c31b6bc Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 13 Sep 2025 14:03:29 +0530 Subject: Notifications are turned off by default now --- src/daemon/pomo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/daemon/pomo.rs b/src/daemon/pomo.rs index 9cabd1a..afc31ce 100644 --- a/src/daemon/pomo.rs +++ b/src/daemon/pomo.rs @@ -53,7 +53,7 @@ impl Pomo { counter: 1, current_state: State::WorkIdle, - notify: get_envbool("NOTIFY", true), + notify: get_envbool("NOTIFY", false), work_duration: get_envvar("WORK_DURATION", 25 * 60), break_duration: get_envvar("BREAK_DURATION", 5 * 60), long_break_duration: get_envvar("LONG_BREAK_DURATION", 20 * 60), -- cgit v1.2.3