X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b3cb552f0e19eb47b546c266c0b85fe349dbb52c..625b3de22d66db246e05176abd50730e60bfa40b:/awesome/widgets/pomodoro.lua?ds=sidebyside diff --git a/awesome/widgets/pomodoro.lua b/awesome/widgets/pomodoro.lua index 3947aed..46ca538 100644 --- a/awesome/widgets/pomodoro.lua +++ b/awesome/widgets/pomodoro.lua @@ -20,7 +20,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("start_pause", function () - awful.spawn(terminal.." -name diary -e vim -c 'call vimwiki#diary#make_note(v:count1)' + -c 'r !date +\" * \\%H:\\%M \"' -c 'start!'") + awful.spawn(terminal.." -name diary -e diary") end) globalkeys = awful.util.table.join(globalkeys,