homogeneous = false

This commit is contained in:
2018-09-17 09:14:49 +02:00
parent 95b91a57f7
commit 0292585e63

View File

@@ -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,