Merge pull request #3072 from Aire-One/titlebar_size

Fix `awful.titlebar` example property.
This commit is contained in:
mergify[bot] 2020-04-22 19:17:40 +00:00 committed by GitHub
commit 87928befe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",
})