doc: Improve the `awful` template client widget.
It was incorrectly sized.
This commit is contained in:
parent
203d0638be
commit
c1d25cd70d
|
@ -159,6 +159,7 @@ local function client_widget(c, col, label)
|
||||||
border_width = bw,
|
border_width = bw,
|
||||||
border_color = bc,
|
border_color = bc,
|
||||||
shape_clip = true,
|
shape_clip = true,
|
||||||
|
border_strategy = "inner",
|
||||||
fg = beautiful.fg_normal or "#000000",
|
fg = beautiful.fg_normal or "#000000",
|
||||||
bg = col,
|
bg = col,
|
||||||
shape = function(cr2, w, h)
|
shape = function(cr2, w, h)
|
||||||
|
|
Loading…
Reference in New Issue