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
This commit is contained in:
elenapan 2020-04-10 20:26:15 +03:00
parent 5a4257b990
commit b625ca04d6

View file

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