mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 09:13:09 +01:00
hyprland: increase blur size
Should now match the picom blur a bit more.
This commit is contained in:
parent
b3e0fbb5b5
commit
f83d1ed67e
@ -105,7 +105,7 @@ in
|
|||||||
|
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
size = 4;
|
size = 5;
|
||||||
passes = 2;
|
passes = 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user