X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f17cc00a01932a3a5e34ff1e3d4acd1272b079e4..4637883ba3ab217e97806c785c1eaa9f18dbaa79:/awesome/widgets/pomodoro.lua diff --git a/awesome/widgets/pomodoro.lua b/awesome/widgets/pomodoro.lua index 942967d..e55b1e4 100644 --- a/awesome/widgets/pomodoro.lua +++ b/awesome/widgets/pomodoro.lua @@ -2,9 +2,9 @@ local pomodoro = require("widgets/pomodoro/init") local wibox = require("wibox") -- durations in seconds -pomodoro.short_pause_duration = 0.5 * 60 -pomodoro.long_pause_duration = 1 * 60 -pomodoro.work_duration = 1 * 60 +pomodoro.short_pause_duration = 5 * 60 +pomodoro.long_pause_duration = 30 * 60 +pomodoro.work_duration = 25 * 60 -- format string pomodoro.format = function (t) return " "..t.."" end