[run-shell] use screen dimensions
This commit is contained in:
parent
3756d3af4f
commit
c9159a36b3
|
@ -34,8 +34,8 @@ function widget.new()
|
|||
local w = wibox {
|
||||
visible = false,
|
||||
ontop = true,
|
||||
height = 1060,
|
||||
width = 1920
|
||||
height = mouse.screen.geometry.height,
|
||||
width = mouse.screen.geometry.width,
|
||||
}
|
||||
|
||||
w:setup {
|
||||
|
|
Loading…
Reference in New Issue