beautiful: Don't use non-existant API
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
e39ed59797
commit
23659817bc
|
@ -91,8 +91,6 @@ function beautiful.init(path)
|
||||||
end
|
end
|
||||||
|
|
||||||
if theme.font then set_font(theme.font) end
|
if theme.font then set_font(theme.font) end
|
||||||
if theme.fg_normal then capi.awesome.fg = theme.fg_normal end
|
|
||||||
if theme.bg_normal then capi.awesome.bg = theme.bg_normal end
|
|
||||||
else
|
else
|
||||||
return print("E: beautiful: error loading theme file " .. path)
|
return print("E: beautiful: error loading theme file " .. path)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue