9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
|
l = wibox.layout {
|
||
|
forced_num_cols = 2,
|
||
|
forced_num_rows = 2,
|
||
|
homogeneous = true,
|
||
|
layout = wibox.layout.grid
|
||
|
}
|
||
|
l:set_orientation("vertical") -- change to "horizontal"
|
||
|
l:add(...)
|