From 7733a7d394499979f589506db87200a812249523 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Mon, 13 Nov 2023 12:05:32 -0500 Subject: Made long break longer --- Cargo.toml | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7170ba4..f4a084d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pomd" -version = "1.1.0" +version = "1.1.1" edition = "2021" [dependencies] diff --git a/src/main.rs b/src/main.rs index 7f4f6b7..b34d17d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,7 +10,7 @@ use notify_rust::Notification; const WORK_DURATION_SECS: f32 = 15.0 * 60.0; const SHORT_BREAK_DURATION_SECS: f32 = 5.0 * 60.0; -const LONG_BREAK_DURATION_SECS: f32 = 15.0 * 60.0; +const LONG_BREAK_DURATION_SECS: f32 = 25.0 * 60.0; const NUM_ITERATIONS: u8 = 4; struct Pomd { -- cgit v1.2.3