Merge pull request #3072 from Aire-One/titlebar_size
Fix `awful.titlebar` example property.
This commit is contained in:
commit
87928befe2
|
@ -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",
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue