From b68b95a1cec7e70c79b3372b8d847a3b23d83d31 Mon Sep 17 00:00:00 2001 From: undefinedDarkness Date: Fri, 5 Nov 2021 13:23:25 +0530 Subject: [PATCH] fixup! add more options to titlebar indicator --- widget/tabbed_misc/titlebar_indicator.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/tabbed_misc/titlebar_indicator.lua b/widget/tabbed_misc/titlebar_indicator.lua index 225f3a1..46959cd 100644 --- a/widget/tabbed_misc/titlebar_indicator.lua +++ b/widget/tabbed_misc/titlebar_indicator.lua @@ -82,7 +82,7 @@ return function(c, opts) widget = wibox.container.margin, }, shape = opts.icon_shape, - id = "background_role", + id = "bg_role", widget = wibox.container.background, }, halign = "center",