master
Mark 2023-08-26 17:34:50 -07:00
parent 0920081084
commit 17da29c03e
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ local function make(tagger)
-- Create tag tagindicators -- Create tag tagindicators
-- We're using flex.vertical and flex.horizontal layouts because the grid -- We're using flex.vertical and flex.horizontal layouts because the grid
-- layout doesn't expand things properly. -- layout doesn't expand things properly.
widget.tagindicators = {} widget.tagindicators = {} -- NOTE THE `s`, THIS IS A DIFFERENT VARIABLE
widget.tagindicator = wibox.widget { widget.tagindicator = wibox.widget {
homogeneous = true, homogeneous = true,
spacing = beautiful.dpi(2), spacing = beautiful.dpi(2),