awful.common: When a border is set, shrink the widget by its size.
This commit is contained in:
parent
8ac1f67237
commit
7adbbd3f7c
|
@ -62,6 +62,7 @@ local function default_template()
|
||||||
return custom_template {
|
return custom_template {
|
||||||
widget_template = {
|
widget_template = {
|
||||||
id = 'background_role',
|
id = 'background_role',
|
||||||
|
border_strategy = 'inner',
|
||||||
widget = wibox.container.background,
|
widget = wibox.container.background,
|
||||||
{
|
{
|
||||||
widget = wibox.layout.fixed.horizontal,
|
widget = wibox.layout.fixed.horizontal,
|
||||||
|
|
Loading…
Reference in New Issue