Feat: Background only in transparent mode
Closed this issue · 2 comments
AlexvZyl commented
When enabling transparent mode, we should provide an option where only the background is transparent, and other floating windows and components are opaque.
5-pebbles commented
Well I just test implemented this:
transparent = {
bg = false,
float = true,
},
& I think that's probably the best way of doing it.
5-pebbles commented