From cd18555415f9656198a45ffc12e4dc11c7b6d446 Mon Sep 17 00:00:00 2001 From: elenapan Date: Sun, 5 Apr 2020 20:19:45 +0300 Subject: [PATCH] Fix amarena bar not being anti aliased --- 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 8be96f6..5b898d3 100644 --- a/config/awesome/elemental/bar/amarena.lua +++ b/config/awesome/elemental/bar/amarena.lua @@ -51,7 +51,7 @@ awful.screen.connect_for_each_screen(function(s) } -- Create the wibox - s.mywibox = wibox({ screen = s, width = beautiful.wibar_width, height = beautiful.wibar_height, shape = helpers.rrect(beautiful.wibar_border_radius), bg = "#00000000", visible = false, ontop = true}) + s.mywibox = wibox({ screen = s, width = beautiful.wibar_width, height = beautiful.wibar_height, bg = "#00000000", visible = false, ontop = true}) -- Wibar items -- Add or remove widgets here s.mywibox:setup {