pomodoro.init()
-pombox = wibox.layout.fixed.horizontal()
+local pombox = wibox.layout.fixed.horizontal()
pombox:add(pomodoro.icon_widget)
pombox:add(pomodoro.widget)
-- pomodoro:connect_signal("stop_pause", function () naughty.notify{ text = "stop_pause", timeout = 10 } end)
-- pomodoro:connect_signal("start_working", function () naughty.notify{ text = "start_working", timeout = 10 } end)
pomodoro:connect_signal("work_stop", function ()
- utils.spawn_terminal("diary", { instance = "diary" })
+ awful.spawn(terminal, {floating = true, placement = awful.centered })
end)
globalkeys = gears.table.join(globalkeys,