From 7adbbd3f7c2e0a8c594347183c154fb6308eab40 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Tue, 12 Mar 2019 14:06:50 -0400 Subject: [PATCH] awful.common: When a border is set, shrink the widget by its size. --- lib/awful/widget/common.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/awful/widget/common.lua b/lib/awful/widget/common.lua index 0bff7a77a..95c8fa27e 100644 --- a/lib/awful/widget/common.lua +++ b/lib/awful/widget/common.lua @@ -62,6 +62,7 @@ local function default_template() return custom_template { widget_template = { id = 'background_role', + border_strategy = 'inner', widget = wibox.container.background, { widget = wibox.layout.fixed.horizontal,