examples: merge config blocks in lua example as demo

This commit is contained in:
Vaxry 2026-04-27 00:23:26 +01:00
parent 3ed490ac01
commit 3b5d979d41
No known key found for this signature in database

View file

@ -83,9 +83,7 @@ hl.config({
layout = "dwindle",
},
})
hl.config({
decoration = {
rounding = 10,
rounding_power = 2,
@ -108,9 +106,7 @@ hl.config({
vibrancy = 0.1696,
},
},
})
hl.config({
animations = {
enabled = true,
},