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