homogeneous = false

This commit is contained in:
Thomas Forgione 2018-09-17 09:14:49 +02:00
parent 95b91a57f7
commit 0292585e63
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function add_background_widget(s)
local margin = 25
local l = wibox.layout {
homogeneous = true,
homogeneous = false,
spacing = margin,
forced_num_cols = 3,
layout = wibox.layout.grid,