1
1
Fork 0

hyprland: update syntax

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-11-10 18:07:03 -06:00
parent 4a28bd3541
commit 32b2e61a92
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -130,13 +130,16 @@ in {
# https://wiki.hyprland.org/Configuring/Variables/#decoration # https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration = { decoration = {
"col.shadow_inactive" = "rgba(0000001a)";
"col.shadow" = "rgba(00000040)";
blur.enabled = false; blur.enabled = false;
dim_special = 0.25; dim_special = 0.25;
rounding = config.custom.rounding; rounding = config.custom.rounding;
shadow_range = 50;
shadow_render_power = 4; # Distance falloff shadow = {
color = "rgba(00000040)";
color_inactive = "rgba(0000001a)";
range = 50;
render_power = 4; # Distance falloff
};
}; };
# https://wiki.hyprland.org/Configuring/Variables/#group # https://wiki.hyprland.org/Configuring/Variables/#group