doc: Improve the `awful` template client widget.
It was incorrectly sized.
This commit is contained in:
parent
203d0638be
commit
c1d25cd70d
|
@ -156,12 +156,13 @@ local function client_widget(c, col, label)
|
||||||
},
|
},
|
||||||
layout = wibox.layout.stack
|
layout = wibox.layout.stack
|
||||||
},
|
},
|
||||||
border_width = bw,
|
border_width = bw,
|
||||||
border_color = bc,
|
border_color = bc,
|
||||||
shape_clip = true,
|
shape_clip = true,
|
||||||
fg = beautiful.fg_normal or "#000000",
|
border_strategy = "inner",
|
||||||
bg = col,
|
fg = beautiful.fg_normal or "#000000",
|
||||||
shape = function(cr2, w, h)
|
bg = col,
|
||||||
|
shape = function(cr2, w, h)
|
||||||
return shape.rounded_rect(cr2, w, h, args.radius or 5)
|
return shape.rounded_rect(cr2, w, h, args.radius or 5)
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue