Comments
parent
0920081084
commit
17da29c03e
|
@ -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),
|
||||||
|
|
Loading…
Reference in New Issue