Remaniement : mise à jour de la configuration de Hyprland pour les effets de flou pour répondre à la nouvelle spécification
This commit is contained in:
parent
096aebb256
commit
0c5f79d3f0
1 changed files with 7 additions and 4 deletions
|
@ -38,10 +38,6 @@ general {
|
|||
# Decoration
|
||||
decoration {
|
||||
rounding = 5
|
||||
blur = yes
|
||||
blur_size = 3
|
||||
blur_passes = 1
|
||||
blur_new_optimizations = on
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
|
@ -49,6 +45,13 @@ decoration {
|
|||
col.shadow = rgba(1a1a1aee)
|
||||
|
||||
inactive_opacity = 0.9
|
||||
|
||||
blur {
|
||||
enabled = yes
|
||||
size = 3
|
||||
passes = 1
|
||||
#new_optimizations = on
|
||||
}
|
||||
}
|
||||
|
||||
# Animations
|
||||
|
|
Loading…
Reference in a new issue