From c9159a36b33e7f1cc9309758c2619fb046994c35 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Sat, 14 Nov 2020 12:59:05 -0500 Subject: [run-shell] use screen dimensions --- run-shell-3/run-shell.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run-shell-3') diff --git a/run-shell-3/run-shell.lua b/run-shell-3/run-shell.lua index 8fab5fd..9bd575b 100644 --- a/run-shell-3/run-shell.lua +++ b/run-shell-3/run-shell.lua @@ -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 { -- cgit v1.2.3