awful.wibox: fix position for right and bottom
Signed-off-by: Gregor Best <gbe@intepi.net> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
1b7c822ed3
commit
aca7afd519
|
@ -253,6 +253,8 @@ function new(arg)
|
|||
align(w, arg.align)
|
||||
end
|
||||
|
||||
set_position(w, position)
|
||||
|
||||
return w
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue