hyprland: update syntax
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
4a28bd3541
commit
32b2e61a92
1 changed files with 7 additions and 4 deletions
|
@ -130,13 +130,16 @@ in {
|
|||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||
decoration = {
|
||||
"col.shadow_inactive" = "rgba(0000001a)";
|
||||
"col.shadow" = "rgba(00000040)";
|
||||
blur.enabled = false;
|
||||
dim_special = 0.25;
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue