mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 15:05:59 +01:00
config: update default config for new blur changes
This commit is contained in:
parent
d96f8ff0fe
commit
da46e01b97
2 changed files with 12 additions and 8 deletions
|
@ -55,10 +55,12 @@ decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
rounding = 10
|
rounding = 10
|
||||||
blur = true
|
|
||||||
blur_size = 3
|
blur {
|
||||||
blur_passes = 1
|
enabled = true
|
||||||
blur_new_optimizations = true
|
size = 3
|
||||||
|
passes = 1
|
||||||
|
}
|
||||||
|
|
||||||
drop_shadow = true
|
drop_shadow = true
|
||||||
shadow_range = 4
|
shadow_range = 4
|
||||||
|
|
|
@ -64,10 +64,12 @@ decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
rounding = 10
|
rounding = 10
|
||||||
blur = yes
|
|
||||||
blur_size = 3
|
blur {
|
||||||
blur_passes = 1
|
enabled = true
|
||||||
blur_new_optimizations = on
|
size = 3
|
||||||
|
passes = 1
|
||||||
|
}
|
||||||
|
|
||||||
drop_shadow = yes
|
drop_shadow = yes
|
||||||
shadow_range = 4
|
shadow_range = 4
|
||||||
|
|
Loading…
Reference in a new issue