Update hyprland and reconfigure blur

This commit is contained in:
outfoxxed 2023-08-03 12:32:22 -07:00
parent fa7d1a4f26
commit 8fcd6684c1
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
2 changed files with 16 additions and 11 deletions

View File

@ -130,11 +130,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1690661135, "lastModified": 1691081047,
"narHash": "sha256-hx0McGBP/bnyJLwVZPSERyrtcXiXBh/V3jmeMqRZ1lA=", "narHash": "sha256-6F0JuTFLqd6zPrSTbTgRu9T1Mhr23wVmdLz0W7DTreI=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "bf0d8ab4a3c44728cd1330ee32a8143ad1f5dcdd", "rev": "7a2027d1fd5d447a6e0f8af8b7d2f8c2e82da7c4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -150,11 +150,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1690876856, "lastModified": 1690879519,
"narHash": "sha256-bphoGidpWhb/z7GOb4jkBBzcwERef9lPyjOjdyApVnE=", "narHash": "sha256-+CsWJ7S8io4+sTeVx2/+ftYtFcF75lDp0R5TX6xig48=",
"owner": "outfoxxed", "owner": "outfoxxed",
"repo": "hy3", "repo": "hy3",
"rev": "22a65c169c507994827bf15c6fee63a9d5d607a0", "rev": "3cdb3d03d88aab6fd2b2403a6297b69d94ce5e25",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -21,10 +21,15 @@ input {
decoration { decoration {
rounding = 5 rounding = 5
blur = yes
blur_size = 5 blur {
blur_passes = 4 enabled = true
blur_new_optimizations = on size = 7
passes = 4
noise = 0.008
contrast = 0.8916
brightness = 0.8
}
drop_shadow = yes drop_shadow = yes
shadow_range = 4 shadow_range = 4
@ -73,7 +78,7 @@ plugin {
autotile { autotile {
enable = true enable = true
trigger_width = 500 trigger_width = 800
trigger_height = 500 trigger_height = 500
} }
} }