mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-14 05:33:59 -04:00
Add support for background blur
This patch adds a new config option: colors{,2}.blur=no|yes. When
enabled, transparent background are also blurred.
Note that this requires the brand new ext-background-effect-v1
protocol, and specifically, that the compositor implements the blur
effect.
This commit is contained in:
parent
aa26676c43
commit
e63150305e
13 changed files with 154 additions and 43 deletions
|
|
@ -1097,6 +1097,14 @@ The default theme used is *colors-dark*, unless
|
|||
|
||||
Default: _default_
|
||||
|
||||
*blur*
|
||||
Boolean. When enabled, foot will blur the background, when it is
|
||||
transparent. This feature requires the compositor to implement the
|
||||
_ext-background-effect-v1_ protocol (and specifically, the _blur_
|
||||
effect).
|
||||
|
||||
Default: _no_
|
||||
|
||||
*dim-blend-towards*
|
||||
Which color to blend towards when "auto" dimming a color (see
|
||||
*dim0*..*dim7* above). One of *black* or *white*. Blending towards
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue