forked from poz/niksos
fix(hyprland): update the blur section
turns out that new_optimization thingy wasn't the only thing that changed
This commit is contained in:
parent
b4c8e8f3ac
commit
fe5d5f186e
1 changed files with 5 additions and 3 deletions
|
@ -79,9 +79,11 @@
|
|||
decoration {
|
||||
#rounding=0
|
||||
rounding=10
|
||||
blur=1
|
||||
blur_size=3
|
||||
blur_passes=2
|
||||
blur {
|
||||
enabled=1
|
||||
size=3
|
||||
passes=2
|
||||
}
|
||||
|
||||
drop_shadow=1
|
||||
shadow_range=15
|
||||
|
|
Loading…
Reference in a new issue