Merge pull request #3082 from unai-ndz/fix_wibox_declarative_opacity
fix wibox declarative opacity, Fixes #2997
This commit is contained in:
commit
8c19bbf5ad
|
@ -384,6 +384,10 @@ local function new(args)
|
||||||
ret.border_color = args.border_color
|
ret.border_color = args.border_color
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if args.opacity then
|
||||||
|
ret.opacity = args.opacity
|
||||||
|
end
|
||||||
|
|
||||||
if args.input_passthrough then
|
if args.input_passthrough then
|
||||||
ret.input_passthrough = args.input_passthrough
|
ret.input_passthrough = args.input_passthrough
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue