]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/widgets/pomodoro.lua
Add diary executable
[dotfiles.git] / awesome / widgets / pomodoro.lua
index 3947aed71068ca7edfec32302b8a054a72f8c27d..46ca53855b3b25cc28935e3c14764908afe2f36f 100644 (file)
@@ -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,