]> git.rmz.io Git - dotfiles.git/commitdiff
awesome: auto restart pomodoro
authorSamir Benmendil <me@rmz.io>
Fri, 23 May 2025 20:38:43 +0000 (21:38 +0100)
committerSamir Benmendil <me@rmz.io>
Fri, 29 Aug 2025 16:47:57 +0000 (17:47 +0100)
awesome/widgets/pomodoro.lua

index 096952c470395278305b923939203710306764ce..035ed7f23689ecf84a3144a2c5eb30004bd03f1e 100644 (file)
@@ -10,7 +10,7 @@ pomodoro.work_duration = 25 * 60
 
 -- format string
 pomodoro.format = function (t) return " <b>"..t.."</b>" end
-pomodoro.auto_start_pomodoro = false
+pomodoro.auto_start_pomodoro = true
 
 pomodoro.init()