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 " <b>"..t.."</b>" end