From a45280b8b6ad9a9e86d531e984deb8db772286c1 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 19 Sep 2022 11:55:06 +0200 Subject: [PATCH] home: i3: tweak pomodoro length to fit one hour --- home/x/i3bar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/x/i3bar.nix b/home/x/i3bar.nix index 6498e21..fc2ecd0 100644 --- a/home/x/i3bar.nix +++ b/home/x/i3bar.nix @@ -59,7 +59,7 @@ in { [ { block = "pomodoro"; - length = 60; + length = 50; break_length = 10; notifier = "i3nag"; }