awful.titlebar use height not width
Signed-off-by: Sébastien Luttringer <seblu@seblu.net> Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
7f6a670137
commit
4b61aefca6
|
@ -57,7 +57,7 @@ end
|
|||
-- bg: the background color.
|
||||
-- fg_focus: the foreground color for focused window.
|
||||
-- fg_focus: the background color for focused window.
|
||||
-- width: the titlebar width
|
||||
-- height: the titlebar height
|
||||
function add(c, args)
|
||||
if not c or (c.type ~= "normal" and c.type ~= "dialog") then return end
|
||||
if not args then args = {} end
|
||||
|
|
Loading…
Reference in New Issue