chore: Update to hyprland 0.28.0-unstable-2023-08-15

This commit is contained in:
Donovan Glover 2023-08-22 12:31:08 -04:00
parent 98d3f653c4
commit 0c1669e8db
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 9 additions and 7 deletions

6
flake.lock generated
View File

@ -73,11 +73,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1692056433, "lastModified": 1692663200,
"narHash": "sha256-QBH4vnMxgKFqtRqAlzg9dzPjJEME55MALbkPuX5NDeE=", "narHash": "sha256-0RwR8PzzN7HCw+lXxsVwD4zy4CZeBWXPB34xqgEppJE=",
"owner": "donovanglover", "owner": "donovanglover",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "565cf0161c3bb659dde849b8f47e778fa4299f97", "rev": "9dfde800bdb870ce25617bf5ee4e38a8590d31ca",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -102,15 +102,17 @@ in
decoration { decoration {
rounding = 0 rounding = 0
blur = yes
blur_size = 4
blur_passes = 2
blur_new_optimizations = yes
drop_shadow = yes drop_shadow = yes
shadow_range = 4 shadow_range = 4
shadow_render_power = 3 shadow_render_power = 3
col.shadow = rgba(1a1a1aee) col.shadow = rgba(1a1a1aee)
fullscreen_opacity = 0.9999999 fullscreen_opacity = 0.9999999
blur {
enabled = yes
size = 4
passes = 2
}
} }
animations { animations {