Fix `awful.titlebar` example property.

This commit is contained in:
Aire-One 2020-04-22 19:53:38 +02:00
parent 87e7b84ff5
commit 00e826dcad
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ place.maximize(c, {honor_padding=true, honor_workarea=true}) --DOC_HIDE
-- function.
local top_titlebar = awful.titlebar(c, {
height = 20,
size = 20,
bg_normal = "#ff0000",
})