fix wibox declarative opacity
This commit is contained in:
parent
29f6387def
commit
654a3216e2
|
@ -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