Fix mail widget update and revert some widget layout changes
This commit is contained in:
parent
0bbf605eac
commit
c1aafbb266
2 changed files with 6 additions and 7 deletions
3
rc.lua
3
rc.lua
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue