mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Refactor shadow settings in Hyprland configuration for improved clarity
This commit is contained in:
@@ -67,10 +67,12 @@
|
|||||||
passes = 1;
|
passes = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
drop_shadow = true;
|
shadow = {
|
||||||
shadow_range = 4;
|
enabled = true;
|
||||||
shadow_render_power = 3;
|
range = 4;
|
||||||
"col.shadow" = "rgba(1a1a1aee)";
|
render_power = 3;
|
||||||
|
color = "rgba(1a1a1aee)";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Animations
|
# Animations
|
||||||
|
|||||||
Reference in New Issue
Block a user