From: Samir Benmendil Date: Fri, 23 May 2025 20:38:43 +0000 (+0100) Subject: awesome: auto restart pomodoro X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/afd05cf49163e1933397d26264458fd95e9aef08 awesome: auto restart pomodoro --- diff --git a/awesome/widgets/pomodoro.lua b/awesome/widgets/pomodoro.lua index 096952c..035ed7f 100644 --- a/awesome/widgets/pomodoro.lua +++ b/awesome/widgets/pomodoro.lua @@ -10,7 +10,7 @@ pomodoro.work_duration = 25 * 60 -- format string pomodoro.format = function (t) return " "..t.."" end -pomodoro.auto_start_pomodoro = false +pomodoro.auto_start_pomodoro = true pomodoro.init()