set offset shadows

This commit is contained in:
Nickiel12 2023-10-29 16:23:45 -07:00
parent be61817345
commit a87fe8b7b8

View file

@ -56,8 +56,8 @@ in
general = { general = {
gaps_in = 5; gaps_in = 5;
gaps_out = 10; gaps_out = 8;
border_size = 1.7; border_size = 2.0;
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg"; "col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
}; };
@ -75,7 +75,7 @@ in
# https://wiki.hyprland.org/Configuring/Variables/#decoration # https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration = { decoration = {
shadow_offset = "0 5"; shadow_offset = "5 5";
rounding = 5; rounding = 5;
"col.shadow" = "rgba(00000099)"; "col.shadow" = "rgba(00000099)";
}; };