mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 09:46:34 +05:30
feat(hyprland): change blur settings
This commit is contained in:
@ -74,8 +74,9 @@
|
|||||||
blur = {
|
blur = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
size = 5;
|
size = 5;
|
||||||
passes = 4;
|
passes = 3;
|
||||||
ignore_opacity = true;
|
ignore_opacity = true;
|
||||||
|
new_optimizations = true;
|
||||||
xray = true;
|
xray = true;
|
||||||
special = true;
|
special = true;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user