Merge pull request #3082 from unai-ndz/fix_wibox_declarative_opacity

fix wibox declarative opacity, Fixes #2997
This commit is contained in:
mergify[bot] 2020-05-04 08:45:11 +00:00 committed by GitHub
commit 8c19bbf5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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