mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-25 06:46:36 -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
|
|
@ -78,6 +78,12 @@
|
|||
* `[colors-light]` section to `foot.ini`. Replaces `[colors2]`.
|
||||
* `XTGETTCAP`: added `query-os-name`, returning the OS foot is
|
||||
compiled for (e.g. _'Linux'_) ([#2209][2209]).
|
||||
* Preliminary (untested) support for background blur via the new
|
||||
`ext-background-effect-v1` protocol. Enable by setting
|
||||
`colors-{dark,light}.blur=yes`. Foot needs to have been **built**
|
||||
against `wayland-protocols >= 1.45`, and the compositor **must**
|
||||
implement the `ext-background-effect-v1` protocol, **and** the
|
||||
`blur` effect.
|
||||
|
||||
[2212]: https://codeberg.org/dnkl/foot/issues/2212
|
||||
[2209]: https://codeberg.org/dnkl/foot/issues/2209
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue