From b625ca04d63a3c94142ad20eb18eaa05f67e7560 Mon Sep 17 00:00:00 2001 From: elenapan Date: Fri, 10 Apr 2020 20:26:15 +0300 Subject: [PATCH] Increase size of amarena wibox activator This makes it more forgiving when attempting to activate the wibox by flicking the mouse to the bottom of the screen --- config/awesome/elemental/bar/amarena.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/awesome/elemental/bar/amarena.lua b/config/awesome/elemental/bar/amarena.lua index 5b898d3..d230820 100644 --- a/config/awesome/elemental/bar/amarena.lua +++ b/config/awesome/elemental/bar/amarena.lua @@ -83,7 +83,7 @@ awful.screen.connect_for_each_screen(function(s) end -- Initialize wibox activator - s.mywibox_activator = wibox({ screen = s, width = beautiful.wibar_width, height = 1, bg = "#00000000", visible = true, ontop = false}) + s.mywibox_activator = wibox({ screen = s, width = beautiful.wibar_width + dpi(250), height = 1, bg = "#00000000", visible = true, ontop = false}) awful.placement.bottom(s.mywibox_activator) s.mywibox_activator:connect_signal("mouse::enter", function() s.mywibox.visible = true