X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/2981382fce99a91fd64161c3f5590ea2cf3a77b3..800d8089ce276ae1b2a3f9875a370b7e00a763db:/awesome/widgets/pomodoro.lua diff --git a/awesome/widgets/pomodoro.lua b/awesome/widgets/pomodoro.lua index b6e9116..8a9b0d0 100644 --- a/awesome/widgets/pomodoro.lua +++ b/awesome/widgets/pomodoro.lua @@ -22,7 +22,7 @@ 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 () - awful.spawn(terminal.." -name diary -e diary") + utils.spawn_terminal("diary", { instance = "diary" }) end) globalkeys = gears.table.join(globalkeys,