mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 11:46:15 -05:00
fixed new syntax
This commit is contained in:
parent
2574a68a10
commit
d20c4d322f
1 changed files with 6 additions and 4 deletions
|
@ -53,10 +53,12 @@ decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
rounding = 5
|
rounding = 5
|
||||||
blur = yes
|
blur {
|
||||||
blur_size = 3
|
enabled = yes
|
||||||
blur_passes = 1
|
size = 3
|
||||||
blur_new_optimizations = on
|
passes = 1
|
||||||
|
new_optimizations = on
|
||||||
|
}
|
||||||
|
|
||||||
drop_shadow = yes
|
drop_shadow = yes
|
||||||
shadow_range = 4
|
shadow_range = 4
|
||||||
|
|
Loading…
Reference in a new issue