homogeneous = false
This commit is contained in:
parent
95b91a57f7
commit
0292585e63
|
@ -55,7 +55,7 @@ function add_background_widget(s)
|
||||||
local margin = 25
|
local margin = 25
|
||||||
|
|
||||||
local l = wibox.layout {
|
local l = wibox.layout {
|
||||||
homogeneous = true,
|
homogeneous = false,
|
||||||
spacing = margin,
|
spacing = margin,
|
||||||
forced_num_cols = 3,
|
forced_num_cols = 3,
|
||||||
layout = wibox.layout.grid,
|
layout = wibox.layout.grid,
|
||||||
|
|
Loading…
Reference in New Issue