fix wibox declarative opacity

This commit is contained in:
Unai Fernández 2020-04-26 17:36:36 +02:00
parent 29f6387def
commit 654a3216e2
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
end
if args.opacity then
ret.opacity = args.opacity
end
if args.input_passthrough then
ret.input_passthrough = args.input_passthrough
end