widget: display calendar widget on current screen

This commit is contained in:
Vincent Bernat 2012-07-31 07:00:20 +02:00
parent e975da83f9
commit ffde6bd222

View file

@ -62,6 +62,7 @@ local cal = (
cal:gsub(" +\n","\n")),
timeout = 0, hover_timeout = 0.5,
width = 160,
screen = mouse.screen,
})
end