Fix mail widget update and revert some widget layout changes

This commit is contained in:
crater2150 2015-06-14 00:00:56 +02:00
parent 0bbf605eac
commit c1aafbb266
2 changed files with 6 additions and 7 deletions

3
rc.lua
View file

@ -32,8 +32,7 @@ for s = 1, screen.count() do
local lbottom = widgets.layout(s, "left", "bottom")
local rbottom = widgets.layout(s, "right", "bottom")
local clock = widgets.add.clock("clock", rtop)
clock:set_right(10)
local clock = widgets.add.clock("clock", ltop)
widgets.add.layout_indicator(lbottom)
widgets.add.taglist("tags", lbottom)