mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-13 21:26:48 +02:00
chore: Update to hyprland 0.28.0-unstable-2023-08-15
This commit is contained in:
parent
98d3f653c4
commit
0c1669e8db
6
flake.lock
generated
6
flake.lock
generated
@ -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": {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user