Make modal widget transparent
This commit is contained in:
parent
12b4748532
commit
d489ddc9e1
1
rc.lua
1
rc.lua
|
@ -61,6 +61,7 @@ audiowheel = require("audiowheel")-- { bg = "#ffff00aa" }
|
||||||
binder = require("separable.binder")
|
binder = require("separable.binder")
|
||||||
binder.modal.set_location("bottom_left")
|
binder.modal.set_location("bottom_left")
|
||||||
binder.modal.hide_default_options()
|
binder.modal.hide_default_options()
|
||||||
|
binder.modal.set_opacity(0.8)
|
||||||
--binder.modal.set_x_offset(18)
|
--binder.modal.set_x_offset(18)
|
||||||
|
|
||||||
binder.add_default_bindings()
|
binder.add_default_bindings()
|
||||||
|
|
Loading…
Reference in a new issue