From 31b8623ff6c4e6e0c0cdc83dd8e9aef483d17c46 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Tue, 5 Dec 2017 19:52:36 -0500 Subject: [PATCH] widget.common: Fix the background color regression from f147f0d28a1ab7f --- lib/awful/widget/common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/widget/common.lua b/lib/awful/widget/common.lua index 7d05f34c..9733a1ad 100644 --- a/lib/awful/widget/common.lua +++ b/lib/awful/widget/common.lua @@ -154,7 +154,7 @@ function common.list_update(w, buttons, label, data, objects, args) cache.ibm:set_margins(0) end - w:add(cache.primary) + w:add(cache.bgb) end end