From 17da29c03ed29d0e5282b5b73b0e1c8a226a48eb Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 26 Aug 2023 17:34:50 -0700 Subject: [PATCH] Comments --- core/tagger/widget.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tagger/widget.lua b/core/tagger/widget.lua index 1d6d2f8..817584b 100755 --- a/core/tagger/widget.lua +++ b/core/tagger/widget.lua @@ -4,7 +4,7 @@ local function make(tagger) -- Create tag tagindicators -- We're using flex.vertical and flex.horizontal layouts because the grid -- layout doesn't expand things properly. - widget.tagindicators = {} + widget.tagindicators = {} -- NOTE THE `s`, THIS IS A DIFFERENT VARIABLE widget.tagindicator = wibox.widget { homogeneous = true, spacing = beautiful.dpi(2),