[run-shell] use screen dimensions

This commit is contained in:
streetturtle 2020-11-14 12:59:05 -05:00
parent 3756d3af4f
commit c9159a36b3
1 changed files with 2 additions and 2 deletions

View File

@ -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 {