set new optimizations for blur in example configs

This commit is contained in:
vaxerski 2022-08-21 22:59:19 +02:00
parent 7ca50d7566
commit 3e9a8a7bc8
2 changed files with 4 additions and 8 deletions

View file

@ -45,10 +45,8 @@ decoration {
rounding=10 rounding=10
blur=1 blur=1
blur_size=3 # minimum 1 blur_size=3 # minimum 1
blur_passes=1 # minimum 1, more passes = more resource intensive. blur_passes=1 # minimum 1
# Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 5-ish) will produce artifacts. blur_new_optimizations=1
# if you want heavy blur, you need to up the blur_passes.
# the more passes, the more you can up the blur_size without noticing artifacts.
} }
animations { animations {

View file

@ -53,10 +53,8 @@ decoration {
rounding=10 rounding=10
blur=1 blur=1
blur_size=3 # minimum 1 blur_size=3 # minimum 1
blur_passes=1 # minimum 1, more passes = more resource intensive. blur_passes=1 # minimum 1
# Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 5-ish) will produce artifacts. blur_new_optimizations=1
# if you want heavy blur, you need to up the blur_passes.
# the more passes, the more you can up the blur_size without noticing artifacts.
} }
animations { animations {